RC Logr 20190217 093413
Sunday, 17 Feb, 2019
Hammerspoon hackers, you can get display names dynamically by doing this: local first_monitor = hs.screen.allScreens()[1]:name()
, incrementing the index number for your second or third monitor variable. The challenge remains regarding refreshing the lua config when you move to a site with another monitor setup. 🤫