blob: 60f990d23f5143d5e9ea5fb876a8c6f6749d1300 (
plain)
1
2
3
4
5
6
7
8
9
|
#!/bin/sh
## the root window should have this color
xsetroot -solid "#2D2D2D" -cursor_name left_ptr
## these are all optional
/etc/X11/xdm/simple/buttons -geometry -0-0 &
xclock -geometry +0-0 &
# xconsole -daemon -geometry 640x200-0+0
|