diff options
Diffstat (limited to 'common/home/hyprland/default.nix')
| -rw-r--r-- | common/home/hyprland/default.nix | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/common/home/hyprland/default.nix b/common/home/hyprland/default.nix index 1d3651f..d2498f2 100644 --- a/common/home/hyprland/default.nix +++ b/common/home/hyprland/default.nix @@ -28,6 +28,8 @@ "$mod+Alt, S, exec, loadconfig" + "$mod, S, exec, sshconnect" + "$mod+Shift, Return, exec, alacritty" "$mod+Shift, B, exec, firefox" "$mod+Shift, P, exec, wofi-pass" @@ -145,10 +147,9 @@ }; }; - gestures = { - workspace_swipe = true; - workspace_swipe_fingers = 4; - }; + #gestures = { + # gesture = "4, horizontal, workspace"; + #}; misc = { disable_hyprland_logo = true; |