mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-10 01:42:55 +00:00
improve screen maximization
This commit is contained in:
parent
9ba095c29d
commit
4b2a219e72
@ -33,6 +33,8 @@ function obj:init()
|
||||
local win = hs.window.focusedWindow()
|
||||
-- maximize if possible
|
||||
win:maximize()
|
||||
win:maximize()
|
||||
win:maximize()
|
||||
end)
|
||||
end
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user