bind the maximize command
diff --git a/src/apps/personal/sway.nix b/src/apps/personal/sway.nix
index 012d4a9..290d24f 100644
--- a/src/apps/personal/sway.nix
+++ b/src/apps/personal/sway.nix
@@ -93,6 +93,7 @@
         "${modifier}+minus" = "exec ${./sway/show-menu.sh}";
         "Print" = "exec grim - | tee ~/Screenshots/\"$(date --rfc-3339=seconds)\".png | wl-copy";
         "${modifier}+Print" = "exec ${./sway/toggle-backlight.sh}";
+        "${modifier}+f" = "maximize toggle";
         };
         keycodebindings = {};
         left = "h";