diff options
author | Frankie B. <git@diskfloppy.me> | 2024-03-10 22:19:20 +0000 |
---|---|---|
committer | Frankie B. <git@diskfloppy.me> | 2024-03-10 22:19:20 +0000 |
commit | 28933a66d279ca421bd5baee133c1b8caecdebaa (patch) | |
tree | 3f53c538a78ba3a209e18dc49aad361921e1f1dd /homes/floppydisk/hyprland.nix | |
parent | 622d394de8e68f3e17bd21dad587bdfa845bd3e1 (diff) |
Crank up the sensitivity on my PS/2 mouse
Diffstat (limited to 'homes/floppydisk/hyprland.nix')
-rw-r--r-- | homes/floppydisk/hyprland.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/homes/floppydisk/hyprland.nix b/homes/floppydisk/hyprland.nix index 86ff2cd..0d39b50 100644 --- a/homes/floppydisk/hyprland.nix +++ b/homes/floppydisk/hyprland.nix @@ -74,6 +74,10 @@ "general:resize_on_border" = "true"; + "device:gm-tek-usb-composite-device-1" = { + sensitivity = 1.0; + }; + bindl = [ ",switch:on:Lid Switch,exec,hyprctl keyword monitor LVDS-1, disable" ",switch:off:Lid Switch,exec,hyprctl keyword monitor LVDS-1, 1600x900, 0x0, 1" |