diff options
author | sils <sils@sils.li> | 2024-02-26 16:16:34 +0100 |
---|---|---|
committer | sils <sils@sils.li> | 2024-02-26 16:16:34 +0100 |
commit | 035573a0e63ef85065e3a9996536d222ced30298 (patch) | |
tree | f0cd17f33f5370b26bbee1e26c0241dd370c6cbf /users | |
parent | flake.lock: update (diff) | |
download | nix-config-035573a0e63ef85065e3a9996536d222ced30298.tar.gz nix-config-035573a0e63ef85065e3a9996536d222ced30298.zip |
users/sils/hyprland: remove example per device config
Diffstat (limited to 'users')
-rw-r--r-- | users/sils/hyprland/default.nix | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/users/sils/hyprland/default.nix b/users/sils/hyprland/default.nix index 85affb9..2e5ed0c 100644 --- a/users/sils/hyprland/default.nix +++ b/users/sils/hyprland/default.nix @@ -103,12 +103,6 @@ workspace_swipe = "off"; }; - # Example per-device config - # See https://wiki.hyprland.org/Configuring/Keywords/#executing for more - "device:epic-mouse-v1" = { - sensitivity = "-0.5"; - }; - # Example windowrule v1 # windowrule = float, ^(kitty)$ # Example windowrule v2 |