Switch to TV as docked configuration

This commit is contained in:
John Mertz 2022-04-19 00:34:54 -04:00
parent f5d9cf9c98
commit 51fa0fb452
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