1
0
Fork 0
dotfiles/.config/dwm/autorun.d/setup

9 lines
205 B
Plaintext
Raw Normal View History

2024-02-23 14:40:27 +01:00
#!/bin/sh
xwallpaper --zoom "$XDG_DATA_HOME/bg"
remaps -qd
xset s 300 0
xset dpms 0 0 0
pidof -s thunderbird >/dev/null 2>&1 || setsid -f thunderbird
pidof -s ferdium >/dev/null 2>&1 || setsid -f ferdium