Just re-enable displays rather than using displays.pl

No need to re-arrange windows/bars
This commit is contained in:
John Mertz 2023-04-12 21:40:47 -04:00
parent 2ff35c6d24
commit 59f84d2092
1 changed files with 2 additions and 1 deletions

View File

@ -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
::