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

18 lines
266 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
xwallpaper --zoom "${XDG_DATA_HOME:-$HOME/.local/share/}/bg"
start playerctld daemon
2023-02-08 11:05:21 +01:00
start picom
2023-02-20 12:22:40 +01:00
start unclutter -noevents
start dunst
start pipewire
start dwmblocks
start remapd
2023-02-17 09:56:26 +01:00
2023-02-20 12:22:40 +01:00
remaps &
checkup &