1
0
mirror of https://github.com/nmasur/dotfiles synced 2025-07-05 20:50:15 +00:00

improve screen maximization

This commit is contained in:
Noah Masur
2022-06-02 10:28:58 -04:00
parent 9ba095c29d
commit 4b2a219e72

@ -33,6 +33,8 @@ function obj:init()
local win = hs.window.focusedWindow() local win = hs.window.focusedWindow()
-- maximize if possible -- maximize if possible
win:maximize() win:maximize()
win:maximize()
win:maximize()
end) end)
end end