summaryrefslogtreecommitdiffstats
path: root/hammerspoon
diff options
context:
space:
mode:
authorJesse Luehrs <doy@stripe.com>2018-11-12 09:15:27 -0800
committerJesse Luehrs <doy@tozt.net>2018-11-12 09:19:45 -0800
commit0954f16ef2b45479b0169a223bb3d4765bb212e2 (patch)
tree0cec572cd9674a51f7a63e7b9c122f11beec9685 /hammerspoon
parent09ee19188caca893ebbf2279e7d6aebc1cc40107 (diff)
downloadconf-0954f16ef2b45479b0169a223bb3d4765bb212e2.tar.gz
conf-0954f16ef2b45479b0169a223bb3d4765bb212e2.zip
i actually want command+F to toggle fullscreen
Diffstat (limited to 'hammerspoon')
-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()