toggle_output.sh was moved

This commit is contained in:
John Mertz 2020-11-16 02:31:52 -05:00
parent 93731a44e2
commit dc805e06d5
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