summaryrefslogtreecommitdiff
path: root/accounts/gkleen@sif
diff options
context:
space:
mode:
Diffstat (limited to 'accounts/gkleen@sif')
-rw-r--r--accounts/gkleen@sif/default.nix4
-rw-r--r--accounts/gkleen@sif/hyprland.nix3
2 files changed, 5 insertions, 2 deletions
diff --git a/accounts/gkleen@sif/default.nix b/accounts/gkleen@sif/default.nix
index 2de98765..c6e479ec 100644
--- a/accounts/gkleen@sif/default.nix
+++ b/accounts/gkleen@sif/default.nix
@@ -267,7 +267,7 @@ in {
267 layer = "top"; 267 layer = "top";
268 position = "top"; 268 position = "top";
269 height = 14; 269 height = 14;
270 output = "eDP-1"; 270 output = [ "eDP-1" "DP-2" "DP-3" ];
271 modules-left = [ "hyprland/workspaces" ]; 271 modules-left = [ "hyprland/workspaces" ];
272 modules-center = [ "hyprland/window" ]; 272 modules-center = [ "hyprland/window" ];
273 modules-right = [ "custom/worktime" "custom/worktime-today" "custom/weather" "custom/keymap" "privacy" "tray" "wireplumber" "backlight" "battery" "idle_inhibitor" "clock" ]; 273 modules-right = [ "custom/worktime" "custom/worktime-today" "custom/weather" "custom/keymap" "privacy" "tray" "wireplumber" "backlight" "battery" "idle_inhibitor" "clock" ];
@@ -406,7 +406,7 @@ in {
406 layer = "top"; 406 layer = "top";
407 position = "top"; 407 position = "top";
408 height = 14; 408 height = 14;
409 output = "!eDP-1"; 409 output = [ "!eDP-1" "!DP-2" "!DP-3" ];
410 modules-left = [ "hyprland/workspaces" ]; 410 modules-left = [ "hyprland/workspaces" ];
411 modules-center = [ "hyprland/window" ]; 411 modules-center = [ "hyprland/window" ];
412 modules-right = [ "clock" ]; 412 modules-right = [ "clock" ];
diff --git a/accounts/gkleen@sif/hyprland.nix b/accounts/gkleen@sif/hyprland.nix
index 3216f307..52dee24f 100644
--- a/accounts/gkleen@sif/hyprland.nix
+++ b/accounts/gkleen@sif/hyprland.nix
@@ -111,6 +111,9 @@ in {
111 { name = "tpps/2-elan-trackpoint"; 111 { name = "tpps/2-elan-trackpoint";
112 sensitivity = 0.2; 112 sensitivity = 0.2;
113 } 113 }
114 { name = "logitech-ergo-m575";
115 sensitivity = 1.333;
116 }
114 ]; 117 ];
115 118
116 gestures = { 119 gestures = {