22 |
21 |
23 if [ -r ~/.Xdefaults.local ]; then |
22 if [ -r ~/.Xdefaults.local ]; then |
24 xrdb -quiet -merge -DUSE_LOCAL ~/.Xdefaults |
23 xrdb -quiet -merge -DUSE_LOCAL ~/.Xdefaults |
25 fi |
24 fi |
26 |
25 |
27 xcompmgr -n & |
26 if lspci | grep -q VirtualBox; then |
28 |
|
29 urxvtd -o & |
|
30 |
|
31 if [ -r ~/.xsessionrc.local ]; then |
|
32 . ~/.xsessionrc.local |
|
33 fi |
|
34 |
|
35 if [ "$VIRT" = "yes" ]; then |
|
36 xset b off -dpms s off |
27 xset b off -dpms s off |
37 else |
28 else |
38 xset b off s 300 dpms 360 |
29 xset b off s 300 dpms 360 |
39 xautolock -detectsleep & |
30 xautolock -detectsleep & |
40 pulseaudio --daemonize=no & |
31 pulseaudio --daemonize=no & |
41 nm-applet & |
32 nm-applet & |
42 fi |
33 fi |
43 |
34 |
44 jobs >&2 |
35 if [ -r ~/.xsessionrc.local ]; then |
|
36 . ~/.xsessionrc.local |
|
37 fi |
45 |
38 |
|
39 jobs -l >&2 |
|
40 |