changeset 745 | 65070eb4aabb |
parent 735 | 26eaadaeb19a |
child 746 | 5dfc65f89cf0 |
744:0b0e46afeb9b | 745:65070eb4aabb |
---|---|
34 |
34 |
35 if command -v xscreensaver; then |
35 if command -v xscreensaver; then |
36 xscreensaver -nosplash & |
36 xscreensaver -nosplash & |
37 fi |
37 fi |
38 |
38 |
39 # Disable beeping. |
|
40 if command -v xset; then |
|
41 xset -b & |
|
42 fi |
|
43 |
|
39 # Last command. |
44 # Last command. |
40 exec xterm -geometry 80x42 -name "xinitrc" -e bash -i |
45 exec xterm -geometry 80x42 -name "xinitrc" -e bash -i |
41 |
46 |