diff options
Diffstat (limited to 'nix/modules/home/hyprland.nix')
| -rw-r--r-- | nix/modules/home/hyprland.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/nix/modules/home/hyprland.nix b/nix/modules/home/hyprland.nix index fa2a78b..9f9e4fe 100644 --- a/nix/modules/home/hyprland.nix +++ b/nix/modules/home/hyprland.nix @@ -117,6 +117,10 @@ }; rounding = 5; }; + device = { + name = "beken-usb-gaming-mouse-1"; + sensitivity = -0.5; + }; input = { kb_options = "caps:swapescape"; repeat_delay = 300; |
