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

19 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-03-17 17:00:32 +01:00
xwallpaper --zoom "${XDG_DATA_HOME:-$HOME/.local/share}/bg"
2023-03-27 13:39:58 +02:00
remaps &
checkup &
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