wlc
wlc copied to clipboard
Create tty switch event handler
Right now, outputs which are sleeping will be woken up again when the tty is switched. A handler for the tty switch event would prevent this.
Output context change events were added that basically trigger this behaviour. It's not really TTY switch event per se, but indicates whenever the context for output was tear down'd and recreated. During creation the output would wake up.
https://github.com/Cloudef/wlc/commit/f21ec4055ff4c937e0c6968de75bbcbce5a47487
If the above changes are enough for your needs, feel free close this issue.