From b2255ffb641c6c4d0de8ff4cb55dbeadc0320b02 Mon Sep 17 00:00:00 2001 From: xdonu2x Date: Tue, 30 Jan 2024 09:06:03 -0600 Subject: [PATCH] use valid monitor to set wallpaper --- config/hypr/scripts/PywalSwww.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/hypr/scripts/PywalSwww.sh b/config/hypr/scripts/PywalSwww.sh index a728855..7e34a36 100755 --- a/config/hypr/scripts/PywalSwww.sh +++ b/config/hypr/scripts/PywalSwww.sh @@ -31,7 +31,7 @@ fi if [ "$ln_success" = true ]; then # execute pywal # wal -i "$wallpaper_path" - echo 'about to execute wal' + # execute pywal skipping tty and terminal changes wal -i "$wallpaper_path" -s -t & fi