python and other fixes

This commit is contained in:
Noah Masur
2022-06-21 17:51:27 -04:00
parent c4ee4cafa5
commit 85116fc8fd
7 changed files with 29 additions and 8 deletions

View File

@ -31,9 +31,16 @@ function obj:init()
-- get the focused window
local win = hs.window.focusedWindow()
-- maximize if possible
for i = 1, 8 do
win:maximize()
end
win:maximize()
win:maximize()
win:maximize()
win:maximize()
win:maximize()
win:maximize()
win:maximize()
-- for i = 1, 8 do
-- win:maximize()
-- end
end)
end