diff options
author | Silas Schöffel <sils@sils.li> | 2025-10-14 14:17:57 +0200 |
---|---|---|
committer | Silas Schöffel <sils@sils.li> | 2025-10-14 14:17:57 +0200 |
commit | 86e81c3660b8bab58614a36da08d71c13c9a6953 (patch) | |
tree | 965dd36f7b8ccb7801bcff618463ad53a9c136f7 | |
parent | rofi: use pkgs.rofi (diff) | |
download | nix-config-86e81c3660b8bab58614a36da08d71c13c9a6953.zip |
hyprland: switch to new gesture system
Diffstat (limited to '')
-rw-r--r-- | modules/hm/sils/hyprland.nix | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/modules/hm/sils/hyprland.nix b/modules/hm/sils/hyprland.nix index 5c4a452..b21aef2 100644 --- a/modules/hm/sils/hyprland.nix +++ b/modules/hm/sils/hyprland.nix @@ -115,10 +115,9 @@ in { # new_is_master = "true"; #}; - gestures = { - # See https://wiki.hyprland.org/Configuring/Variables/ for more - workspace_swipe = "on"; - }; + gesture = [ + "3, horizontal, workspace" + ]; # Example windowrule v1 # windowrule = float, ^(kitty)$ |