summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--hammerspoon/init.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/hammerspoon/init.lua b/hammerspoon/init.lua
index 0fd697b..f72699d 100644
--- a/hammerspoon/init.lua
+++ b/hammerspoon/init.lua
@@ -25,7 +25,7 @@ hs.hotkey.bind({"alt"}, "d", function()
end)
hs.hotkey.bind({"alt"}, "f", function()
- hs.window.focusedWindow():setFullScreen(true)
+ hs.window.focusedWindow():toggleFullScreen()
end)
hs.hotkey.bind({"alt"}, "i", function()