From f831d288efecfef9e3f5885d54225716c442b7b5 Mon Sep 17 00:00:00 2001 From: Derek Taylor Date: Fri, 2 May 2025 17:00:38 -0500 Subject: [PATCH] Adding waypaper to qtile config for a wallpaper changer. --- .config/qtile/autostart.sh | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/.config/qtile/autostart.sh b/.config/qtile/autostart.sh index af8b14c..f775f4f 100755 --- a/.config/qtile/autostart.sh +++ b/.config/qtile/autostart.sh @@ -22,12 +22,14 @@ sleep 1 yes | /usr/bin/emacs --daemon & ### UNCOMMENT ONLY ONE OF THE FOLLOWING THREE OPTIONS! ### -# 1. Uncomment to restore last saved wallpaper -xargs xwallpaper --stretch < ~/.cache/wall & -# 2. Uncomment to set a random wallpaper on login +# 1. Uncomment to set wallpaper with 'waypaper' +waypaper --restore & + +# 2. Uncomment to set wallpaper with 'dm-setbg' from dmscripts +# xargs xwallpaper --stretch < ~/.cache/wall & + +# 3. Uncomment to set a random wallpaper on login # find /usr/share/backgrounds/dtos-backgrounds/ -type f | shuf -n 1 | xargs xwallpaper --stretch & -# 3. Uncomment to set wallpaper with nitrogen -# nitrogen --restore & if [ ! -d "$HOME"/.cache/betterlockscreen/ ]; then betterlockscreen -u /usr/share/backgrounds/dtos-backgrounds/0277.jpg &