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