1
0
Fork 0
dotfiles/.config/X11/xsession.d/80autostart

21 lines
343 B
Plaintext
Raw Normal View History

2023-05-24 16:53:44 +02:00
#!/bin/sh
2023-02-07 17:19:53 +01:00
start() {
2023-06-21 10:07:21 +02:00
pidof -sx $1 || $@ &
}
2023-03-30 14:47:43 +02:00
xwallpaper --zoom "${XDG_DATA_HOME:-$HOME/.local/share}/bg" &
start pipewire
start pipewire -c pipewire-pulse.conf
start wireplumber
2023-07-14 17:59:32 +02:00
start remaps -qd
2023-05-24 16:53:44 +02:00
start checkup
start playerctld daemon
2023-06-14 20:44:25 +02:00
start picom
2023-02-20 12:22:40 +01:00
start unclutter -noevents
start dunst
start dwmblocks
start remapd
2023-06-21 00:55:52 +02:00
start syncthing --no-browser