Just re-enable displays rather than using displays.pl
No need to re-arrange windows/bars
This commit is contained in:
parent
2ff35c6d24
commit
59f84d2092
|
@ -77,7 +77,8 @@ elif [ $1 == "sleep" ]; then
|
|||
for i in `cat $OPFILE`; do swaymsg "output $i dpms off"; done
|
||||
fi
|
||||
elif [ $1 == "wake" ]; then
|
||||
/home/jpm/scripts/sway/displays.pl
|
||||
for i in `cat $OPFILE`; do swaymsg "output $i dpms on"; done
|
||||
#/home/jpm/scripts/sway/displays.pl
|
||||
elif [ $1 == "hibernate" ]; then
|
||||
if [ -e $NOHIBERNATE ]; then
|
||||
::
|
||||
|
|
Loading…
Reference in New Issue