Move toggle_outputs to sway directory
It is not specific to thinkpad hardware but it is specific to sway; this is more appropriate
This commit is contained in:
parent
d8bfb5a38e
commit
4750ac31b3
|
@ -0,0 +1,9 @@
|
||||||
|
#!/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