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

20 lines
302 B
Plaintext
Raw Normal View History

# vim:set ft=sh
2023-02-07 17:19:53 +01:00
start() {
2023-03-31 12:27:38 +02:00
pidof -s $1 || $@ >/dev/null 2>&1 &
}
2023-03-30 14:47:43 +02:00
xwallpaper --zoom "${XDG_DATA_HOME:-$HOME/.local/share}/bg" &
2023-03-31 12:27:38 +02:00
killall remaps; remaps &
2023-03-27 13:39:58 +02:00
checkup &
2023-03-30 14:47:43 +02:00
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 wireplumber
start dwmblocks
start remapd
2023-02-17 09:56:26 +01:00