From 0954f16ef2b45479b0169a223bb3d4765bb212e2 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Mon, 12 Nov 2018 09:15:27 -0800 Subject: i actually want command+F to toggle fullscreen --- hammerspoon/init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hammerspoon') 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() -- cgit v1.2.3-54-g00ecf