about summary refs log tree commit diff
path: root/hosts/luna/home.nix
diff options
context:
space:
mode:
authorBaitinq <[email protected]>2022-06-27 17:54:25 +0200
committerBaitinq <[email protected]>2022-06-27 17:54:25 +0200
commitfea54d13797ce08e4cb179a9d02aef652d359646 (patch)
tree10a1db7943c277eeaf8b2e3f54a99e5210e1fd52 /hosts/luna/home.nix
parentLuna: Change Super+L search keybind to XF86Search (diff)
downloadnixos-config-fea54d13797ce08e4cb179a9d02aef652d359646.tar.gz
nixos-config-fea54d13797ce08e4cb179a9d02aef652d359646.tar.bz2
nixos-config-fea54d13797ce08e4cb179a9d02aef652d359646.zip
Luna: Hack for fullscreen button to work (FIXME)
Diffstat (limited to 'hosts/luna/home.nix')
-rw-r--r--hosts/luna/home.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/hosts/luna/home.nix b/hosts/luna/home.nix
index cd414ef..68f6c64 100644
--- a/hosts/luna/home.nix
+++ b/hosts/luna/home.nix
@@ -69,6 +69,10 @@ in
         XF86PowerOff
         	bash /usr/share/dmenu-baitinq-git/scripts/exit
 
+        #TODO: Change to XF86FullScreen or XF86XK_FullScreen when implemented
+        F4
+          dwmc togglefullscreen
+
         ##################
         ##### VOLUME #####
         ##################