aboutsummaryrefslogtreecommitdiffstats
path: root/window_layout.lua
AgeCommit message (Collapse)Author
2019-07-26window_layout: Fix iTerm window #2 targetingTeddy Wing
Using an index of 2 didn't guarantee that the window accessed would be window #2. Turns out the order of windows in the list is not consistent. In order to target window #2, look for the "2. " prefix in the window title.
2019-07-25Automatically reposition iTerm window 2 when external monitor connectedTeddy Wing
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).