Switch to TV as docked configuration
This commit is contained in:
parent
f5d9cf9c98
commit
51fa0fb452
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue