diff --git a/sway/idle.sh b/sway/idle.sh index 6b0bf70..5d01a74 100755 --- a/sway/idle.sh +++ b/sway/idle.sh @@ -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 ::