diff options
Diffstat (limited to '.config')
-rwxr-xr-x | .config/wayland/init.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/wayland/init.sh b/.config/wayland/init.sh index 47fee53..d9231bc 100755 --- a/.config/wayland/init.sh +++ b/.config/wayland/init.sh @@ -35,6 +35,7 @@ startif() { pidof "$(basename "$1")" >/dev/null || "$@" >/dev/null 2>&1 & } +startif ydotoold startif dunst startif swaybg --image pics/wp.png & pgrep $mpd >/dev/null || $mpd >/dev/null 2>&1 |