toggle_output.sh was moved

This commit is contained in:
John Mertz 2020-11-16 02:31:52 -05:00 committed by John Mertz
parent 4750ac31b3
commit e81c0311ed
Signed by: jpm
GPG Key ID: E9C5EA2D867501AB
1 changed files with 0 additions and 9 deletions

View File

@ -1,9 +0,0 @@
#!/bin/bash
CURRENT=`cat /home/jpm/.config/last_display`
if [ "$CURRENT" == "detached" ]; then
/home/jpm/scripts/sway/displays.pl stacked
else
/home/jpm/scripts/sway/displays.pl detached
fi