2023-02-07 17:08:27 +01:00
|
|
|
# vim:set ft=sh
|
|
|
|
|
2023-02-07 17:19:53 +01:00
|
|
|
start() {
|
|
|
|
pidof -s $1 || $@ >/dev/null 2>&1 &
|
2023-02-07 17:08:27 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
start playerctld daemon
|
|
|
|
start picom --experimental-backends
|
|
|
|
start unclutter -noevents
|
|
|
|
start dunst
|
|
|
|
start pipewire
|
|
|
|
start dwmblocks
|
|
|
|
start remapd
|
|
|
|
start setbg
|
|
|
|
start xwallpaper --zoom "${XDG_DATA_HOME:-$HOME/.local/share/}/bg"
|