diff options
Diffstat (limited to 'home/hyprland/default.nix')
| -rw-r--r-- | home/hyprland/default.nix | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/home/hyprland/default.nix b/home/hyprland/default.nix index 24e7357..dcd9999 100644 --- a/home/hyprland/default.nix +++ b/home/hyprland/default.nix @@ -56,6 +56,19 @@ enableXdgAutostart = true; }; extraConfig = '' + gesture = 3, up, dispatcher, fullscreen 1 + gesture = 3, down, dispatcher, fullscreen 1 + gesture = 4, up, dispatcher, fullscreen 0 + gesture = 4, down, dispatcher, fullscreen 0 + gesture = 2, pinchout, dispatcher, splitratio 0.1 # approximating clockwise to pinchout + gesture = 2, pinchin, dispatcher, splitratio -0.1 # approximating anticlockwise to pinchin + gesture = 4, pinchin, close + gesture = 4, pinchout, dispatcher, exec ${pkgs.ghostty}/bin/ghostty + gesture = 2, left, dispatcher, workspace 1 # approximating left_up/left_down to left/right/up/down + gesture = 2, down, dispatcher, workspace 2 + gesture = 2, right, dispatcher, workspace 3 + gesture = 2, up, dispatcher, workspace 4 + exec-once = ${pkgs.hyprlock}/bin/hyprlock --immediate; ''; xwayland.enable = true; |
