From 59f84d20928293272569fe96c325d54fe75d263e Mon Sep 17 00:00:00 2001 From: John Mertz Date: Wed, 12 Apr 2023 21:40:47 -0400 Subject: [PATCH] Just re-enable displays rather than using displays.pl No need to re-arrange windows/bars --- sway/idle.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 ::