toggle_output.sh was moved
This commit is contained in:
parent
4750ac31b3
commit
e81c0311ed
|
@ -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
|
|
Loading…
Reference in New Issue