summaryrefslogtreecommitdiff
path: root/nix/modules/home/hyprland.nix
diff options
context:
space:
mode:
authorPreston Pan <ret2pop@gmail.com>2025-10-17 15:05:36 -0700
committerPreston Pan <ret2pop@gmail.com>2025-10-17 15:05:36 -0700
commitd43c1e768c0102387a7c1167b476bb0af2d21987 (patch)
treeda1108fd3616be21874de856ba9dd249daa1ee9b /nix/modules/home/hyprland.nix
parent841c06b106ad501643c35f48f2ced1c2d6a78641 (diff)
assembling big monorepo update
Diffstat (limited to 'nix/modules/home/hyprland.nix')
-rw-r--r--nix/modules/home/hyprland.nix5
1 files changed, 4 insertions, 1 deletions
diff --git a/nix/modules/home/hyprland.nix b/nix/modules/home/hyprland.nix
index 6561211..1d29b74 100644
--- a/nix/modules/home/hyprland.nix
+++ b/nix/modules/home/hyprland.nix
@@ -73,7 +73,10 @@
"$mod SHIFT, L, movewindow, r"
"$mod SHIFT, K, movewindow, u"
"$mod SHIFT, J, movewindow, d"
- "$mod, T, togglefloating"
+
+ "$mod SHIFT, T, togglefloating"
+ "$mod SHIFT, F, fullscreen"
+
"$mod, H, movefocus, l"
"$mod, L, movefocus, r"
"$mod, K, movefocus, u"