summary refs log tree commit diff
path: root/_config/openbox/autostart.sh
blob: 16f90b02a7a4ff9aa0d919aca35d1a4b262e6dd7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
thunar --daemon &

# Compositing
#xcompmgr &
xcompmgr -c -f -D 3 -C &

# Wallpaper
nitrogen --restore

# Panels/Docks
lxpanel &
docky &

# Tray apps
parcellite &
volwheel &

# Conky
conky &

# Other daemons
/home/curtis/code/c/keycounter/keycounter -f -d -p /home/curtis/.keycounter.pid /home/curtis/.keycount &