diff options
Diffstat (limited to 'common/home/hyprland')
| -rw-r--r-- | common/home/hyprland/default.nix | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/common/home/hyprland/default.nix b/common/home/hyprland/default.nix index a3c132e..9d9749f 100644 --- a/common/home/hyprland/default.nix +++ b/common/home/hyprland/default.nix @@ -45,6 +45,13 @@ "$mod+Shift, 0, movetoworkspace, 10" ]; + binde = [ + "$mod, period, resizeactive, 20 0" + "$mod, comma, resizeactive, -20 0" + "$mod+Shift, period, resizeactive, 0 20" + "$mod+Shift, comma, resizeactive, 0 -20" + ]; + general = { gaps_in = 10; gaps_out = 10; |