diff options
| author | Joe <rbo@gmx.us> | 2025-03-01 22:18:58 +0100 |
|---|---|---|
| committer | Joe <rbo@gmx.us> | 2025-03-01 22:18:58 +0100 |
| commit | f144bd1119206c025dc4cc534cb3016e83790e2c (patch) | |
| tree | 5121126242148f974e862a9d51f799cda91b96a1 /.config/wayland | |
| parent | waylanded (diff) | |
| download | dotfiles-bsd-f144bd1119206c025dc4cc534cb3016e83790e2c.tar.gz dotfiles-bsd-f144bd1119206c025dc4cc534cb3016e83790e2c.tar.bz2 dotfiles-bsd-f144bd1119206c025dc4cc534cb3016e83790e2c.tar.xz dotfiles-bsd-f144bd1119206c025dc4cc534cb3016e83790e2c.tar.zst dotfiles-bsd-f144bd1119206c025dc4cc534cb3016e83790e2c.zip | |
up
Diffstat (limited to '.config/wayland')
| -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 |
