mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 11:46:40 +00:00
feat(hammerspoon/window_management): update window resize dimensions for cmd+ctrl+alt+f
This commit is contained in:
@@ -90,7 +90,7 @@ function wm:init()
|
||||
-- move and resize windows
|
||||
--
|
||||
|
||||
bind({ 'cmd', 'ctrl', 'alt' }, 'F', self.resizeWindow(770, 634))
|
||||
bind({ 'cmd', 'ctrl', 'alt' }, 'F', self.resizeWindow(900, 642))
|
||||
bind({ 'cmd', 'ctrl', 'alt' }, 'X', self.adjustWindow(0, 3, 10, 14))
|
||||
|
||||
-- resize windows
|
||||
|
||||
Reference in New Issue
Block a user