Switch to TV as docked configuration

This commit is contained in:
John Mertz 2022-04-19 00:34:54 -04:00 committed by John Mertz
parent 402ce7fefa
commit 274d9cc75b
Signed by: jpm
GPG Key ID: E9C5EA2D867501AB
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
CURRENT=`cat /home/jpm/.config/last_display`
if [ "$CURRENT" == "detached" ]; then
/home/jpm/scripts/sway/displays.pl stacked
/home/jpm/scripts/sway/displays.pl TV
else
/home/jpm/scripts/sway/displays.pl detached
fi