diff options
| author | Nathan Reiner <nathan@nathanreiner.xyz> | 2025-12-29 16:51:08 +0100 |
|---|---|---|
| committer | Nathan Reiner <nathan@nathanreiner.xyz> | 2025-12-29 16:51:08 +0100 |
| commit | 66417cd3e292fc3aca02e5731b297762abb35f4b (patch) | |
| tree | 5c9041f624bdfc73e28dc91c313ba937f2de70c7 /common/home/hyprland | |
| parent | 51246ef189a5a8e7d406dda4b419dab217294481 (diff) | |
updates
Diffstat (limited to 'common/home/hyprland')
| -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; |