1
0
Fork 0
dotfiles/.config/X11/xsession.d/90auto-start

16 lines
243 B
Plaintext
Raw Normal View History

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