summaryrefslogtreecommitdiff
path: root/common/home/hyprland
diff options
context:
space:
mode:
authorNathan Reiner <nathan@nathanreiner.xyz>2024-12-13 17:51:31 +0100
committerNathan Reiner <nathan@nathanreiner.xyz>2024-12-13 17:51:31 +0100
commit40ed47fec99eb9ece79866e4e1d37ee16dbb60dc (patch)
tree0acc9c5cd7f9a3739c31c37fda3d7a2628f6d3b0 /common/home/hyprland
parentbad30e4400cbdfcf51296e7c23f2236cbd721373 (diff)
add tools
Diffstat (limited to 'common/home/hyprland')
-rw-r--r--common/home/hyprland/default.nix6
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;