geass94
geass94
I ended up doing .sh script that will monitor lid opening/closing and workspace migration from monitor to monitor lid-monitor.sh ``` #!/bin/bash # ----------------------------- # Configuration # ----------------------------- LAPTOP_MONITOR="eDP-2" EXTERNAL_MONITOR="HDMI-A-1" LID_STATE_FILE="/proc/acpi/button/lid/LID0/state"...
> [@ryanrhughes](https://github.com/ryanrhughes) I can add [@geass94](https://github.com/geass94) in a PR, do some testing on my own framework 13 and post my progress here? This needs some kind of auto-detection. My laptop...