blob: 6bcfe97ceae171ffee8cd95bc51d08bfd3d9510c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
#!/bin/sh
xset -b
#feh --bg-fill "$HOME/pictures/wallpapers/.current" &
nitrogen --restore &
pgrep -x urxvtd || urxvtd -q -f -o &
pgrep -x fcitx || fcitx &
pgrep -x tint2 || tint2 &
pgrep -x xcompmgr || xcompmgr &
pgrep -x xscreensaver || xscreensaver -no-splash &
pgrep -x mpd || mpd &
# pgrep -x parcellite || parcellite &
#xfce4-power-manager &
|