Fixed things

This commit is contained in:
edwark43
2023-12-27 18:05:51 +00:00
parent 0615d0c3ae
commit 49747e2fcf
3 changed files with 12 additions and 14 deletions

View File

@@ -59,7 +59,7 @@ processes=("polybar" "sxhkd" "dunst" "mpd")
pidof -q picom || { picom --config "$HOME"/.config/picom/picom.conf & }
# Set random wallpaper for actual rice
feh -z --no-fehbg --bg-fill "$HOME"/pics/wallpapers
feh -z --no-fehbg --bg-fill $(xdg-user-dir PICTURES)/wallpapers
# Reload sxhkd daemon
sxhkd -c "$HOME"/.config/sxhkd/sxhkdrc &