diff options
author | Teddy Wing | 2019-07-25 00:18:36 +0200 |
---|---|---|
committer | Teddy Wing | 2019-07-25 00:18:36 +0200 |
commit | 08d0aab5a7a82f29150910979552928025cfc630 (patch) | |
tree | fb7c54c2338c5b63b35e9708524548d0b80468b5 /init.lua | |
parent | bb85b4795b5d3cd07c62c26b6040ab2935f313d8 (diff) | |
download | dothammerspoon-08d0aab5a7a82f29150910979552928025cfc630.tar.bz2 |
Automatically reposition iTerm window 2 when external monitor connected
When my external monitor is connected, ensure that iTerm's window #2 is
in the proper position. iTerm has a habit of getting its window layout
screwed up when switching monitors (or just not remembering window
layouts between monitors).
Diffstat (limited to 'init.lua')
-rw-r--r-- | init.lua | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -22,6 +22,7 @@ require('gdrive_mouseover_item') require('mouse') require('terminal_tab_hotkeys') require('ufo') +require('window_layout') hs.loadSpoon('WindowMode') spoon.WindowMode:bindHotkeys({ mode = {{'ctrl', 'option'}, 'w'} }) |