From e90839abcb185f85b02dee676544baace5eb6db2 Mon Sep 17 00:00:00 2001 From: Alexander Heldt Date: Wed, 9 Aug 2023 11:51:01 +0200 Subject: [PATCH] pinwheel: Set fullscreen/float keys to `hyprland` --- hosts/pinwheel/home.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hosts/pinwheel/home.nix b/hosts/pinwheel/home.nix index ec43469..e427775 100644 --- a/hosts/pinwheel/home.nix +++ b/hosts/pinwheel/home.nix @@ -199,6 +199,9 @@ "$mod, ESCAPE, killactive" + "$mod, f, fullscreen, 1" + "$mod SHIFT, f, togglefloating, active" + "$mod, h, movefocus, l" "$mod, j, movefocus, d" "$mod, k, movefocus, u"