diff options
| author | Nathan Reiner <nathan@nathanreiner.xyz> | 2024-12-13 17:51:31 +0100 |
|---|---|---|
| committer | Nathan Reiner <nathan@nathanreiner.xyz> | 2024-12-13 17:51:31 +0100 |
| commit | 40ed47fec99eb9ece79866e4e1d37ee16dbb60dc (patch) | |
| tree | 0acc9c5cd7f9a3739c31c37fda3d7a2628f6d3b0 /common/home/hyprland/default.nix | |
| parent | bad30e4400cbdfcf51296e7c23f2236cbd721373 (diff) | |
add tools
Diffstat (limited to 'common/home/hyprland/default.nix')
| -rw-r--r-- | common/home/hyprland/default.nix | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/common/home/hyprland/default.nix b/common/home/hyprland/default.nix index 51b6410..9920b7e 100644 --- a/common/home/hyprland/default.nix +++ b/common/home/hyprland/default.nix @@ -10,6 +10,8 @@ bind = [ "$mod+Shift, Q, exit" "$mod, C, killactive," + "$mod+Ctrl, F, togglefloating," + "$mod+Ctrl, S, togglesplit," "$mod, Escape, exec, hyprlock" "$mod, Space, exec, wofi --show run" @@ -78,6 +80,10 @@ ", XF86MonBrightnessUp, exec, brightnessctl set +10%" ]; + bindm = [ + "$mod, mouse:272, movewindow" + ]; + general = { gaps_in = 10; gaps_out = 10; |