summaryrefslogtreecommitdiffstats
path: root/.local/bin/startup-progs
blob: ab1c99f1168c04fc785a8f892844b598b442b797 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/sh

[ -f ~/.Xresources ] && xrdb -merge ~/.Xresources

xsetroot -cursor_name left_ptr
xset r rate 200 45
xset b off

light -N 1

[ -x "$(command -v dunst)" ]     && dunst &
[ -x "$(command -v nm-applet)" ] && nm-applet &
[ -x "$(command -v pasystray)" ] && pasystray -a &