Adding appropriate waypaper commands for x11/wayland session in Qtile.

This commit is contained in:
Derek Taylor
2026-01-08 12:08:50 -06:00
parent 58e1df549e
commit 9ed8d90508
2 changed files with 2 additions and 2 deletions

View File

@@ -10,5 +10,5 @@ kanshi &
# flameshot & # flameshot &
# systemctl --user start mpd & # systemctl --user start mpd &
/usr/bin/emacs --daemon & /usr/bin/emacs --daemon &
waypaper --restore & waypaper --backend swaybg --restore &
conky -c "$HOME"/.config/conky/qtile/01/"$COLORSCHEME".conf & conky -c "$HOME"/.config/conky/qtile/01/"$COLORSCHEME".conf &

View File

@@ -14,7 +14,7 @@ sleep 1
conky -c "$HOME"/.config/conky/qtile/01/"$COLORSCHEME".conf || echo "Couldn't start conky." conky -c "$HOME"/.config/conky/qtile/01/"$COLORSCHEME".conf || echo "Couldn't start conky."
sleep 1 sleep 1
yes | /usr/bin/emacs --daemon & yes | /usr/bin/emacs --daemon &
waypaper --restore & waypaper --backend feh --restore &
### FORCE LOCK SCREEN TO USE MY CURRENT WALLPAPER ### ### FORCE LOCK SCREEN TO USE MY CURRENT WALLPAPER ###
if [ ! -d "$HOME"/.cache/betterlockscreen/ ]; then if [ ! -d "$HOME"/.cache/betterlockscreen/ ]; then