blob: 53b386fc105cf781158c70bfc2a7107246adabf7 (
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/home/code/c/keycounter/keycounter -f -d -p /home/home/.keycounter.pid /home/home/.keycount &
|