From cbd0ed9d451c3c4244de00e7edfdba828c48f6bf Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Wed, 4 Dec 2024 08:31:39 +0100 Subject: ... --- accounts/gkleen@sif/default.nix | 4 ++-- accounts/gkleen@sif/hyprland.nix | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) (limited to 'accounts') 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 { layer = "top"; position = "top"; height = 14; - output = "eDP-1"; + output = [ "eDP-1" "DP-2" "DP-3" ]; modules-left = [ "hyprland/workspaces" ]; modules-center = [ "hyprland/window" ]; modules-right = [ "custom/worktime" "custom/worktime-today" "custom/weather" "custom/keymap" "privacy" "tray" "wireplumber" "backlight" "battery" "idle_inhibitor" "clock" ]; @@ -406,7 +406,7 @@ in { layer = "top"; position = "top"; height = 14; - output = "!eDP-1"; + output = [ "!eDP-1" "!DP-2" "!DP-3" ]; modules-left = [ "hyprland/workspaces" ]; modules-center = [ "hyprland/window" ]; 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 { { name = "tpps/2-elan-trackpoint"; sensitivity = 0.2; } + { name = "logitech-ergo-m575"; + sensitivity = 1.333; + } ]; gestures = { -- cgit v1.2.3