diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2024-12-04 08:31:39 +0100 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2024-12-04 08:31:39 +0100 |
commit | cbd0ed9d451c3c4244de00e7edfdba828c48f6bf (patch) | |
tree | 8c37282ed309b1c4683080e9350221aac511bdae /accounts | |
parent | e13abf01c7fdd612f1ff826387dac2ca30623d00 (diff) | |
download | nixos-cbd0ed9d451c3c4244de00e7edfdba828c48f6bf.tar nixos-cbd0ed9d451c3c4244de00e7edfdba828c48f6bf.tar.gz nixos-cbd0ed9d451c3c4244de00e7edfdba828c48f6bf.tar.bz2 nixos-cbd0ed9d451c3c4244de00e7edfdba828c48f6bf.tar.xz nixos-cbd0ed9d451c3c4244de00e7edfdba828c48f6bf.zip |
...
Diffstat (limited to 'accounts')
-rw-r--r-- | accounts/gkleen@sif/default.nix | 4 | ||||
-rw-r--r-- | accounts/gkleen@sif/hyprland.nix | 3 |
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 = { |