From 9ed8d90508920dd48da3aab7a2833758761a02be Mon Sep 17 00:00:00 2001 From: Derek Taylor Date: Thu, 8 Jan 2026 12:08:50 -0600 Subject: [PATCH] Adding appropriate waypaper commands for x11/wayland session in Qtile. --- .config/qtile/autostart-wayland | 2 +- .config/qtile/autostart-x11 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/qtile/autostart-wayland b/.config/qtile/autostart-wayland index 90ca1f8..a2e6cf5 100755 --- a/.config/qtile/autostart-wayland +++ b/.config/qtile/autostart-wayland @@ -10,5 +10,5 @@ kanshi & # flameshot & # systemctl --user start mpd & /usr/bin/emacs --daemon & -waypaper --restore & +waypaper --backend swaybg --restore & conky -c "$HOME"/.config/conky/qtile/01/"$COLORSCHEME".conf & diff --git a/.config/qtile/autostart-x11 b/.config/qtile/autostart-x11 index 084441a..eec4199 100755 --- a/.config/qtile/autostart-x11 +++ b/.config/qtile/autostart-x11 @@ -14,7 +14,7 @@ sleep 1 conky -c "$HOME"/.config/conky/qtile/01/"$COLORSCHEME".conf || echo "Couldn't start conky." sleep 1 yes | /usr/bin/emacs --daemon & -waypaper --restore & +waypaper --backend feh --restore & ### FORCE LOCK SCREEN TO USE MY CURRENT WALLPAPER ### if [ ! -d "$HOME"/.cache/betterlockscreen/ ]; then