diff options
| author | Nathan Reiner <nathan@nathanreiner.xyz> | 2024-10-23 23:45:54 +0200 |
|---|---|---|
| committer | Nathan Reiner <nathan@nathanreiner.xyz> | 2024-10-23 23:45:54 +0200 |
| commit | ef20365741fe33f95134c27d8beb1563fdfb8e59 (patch) | |
| tree | 4a4a5d4e849189f32614cc16e51750943f62b2f8 /common/home | |
| parent | df42866fc379d5fcb4f18795a023ad0332ef6081 (diff) | |
hyprland: add fullscreen keybinding
Diffstat (limited to 'common/home')
| -rw-r--r-- | common/home/hyprland/default.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/common/home/hyprland/default.nix b/common/home/hyprland/default.nix index ce11e5d..edffdd6 100644 --- a/common/home/hyprland/default.nix +++ b/common/home/hyprland/default.nix @@ -28,6 +28,8 @@ "$mod, k, movefocus, u" "$mod, j, movefocus, d" + "$mod, f, fullscreen" + "$mod+Shift, h, movewindow, l" "$mod+Shift, l, movewindow, r" "$mod+Shift, k, movewindow, u" |