mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
9 lines
241 B
Bash
Executable file
9 lines
241 B
Bash
Executable file
#!/bin/sh
|
|
|
|
## the root window should have this color
|
|
xsetroot -solid "#223377" -cursor_name left_ptr
|
|
|
|
## these are all optional
|
|
/etc/X11/xdm/archlinux/buttons -geometry -0-0 &
|
|
xclock -geometry +0-0 &
|
|
# xconsole -daemon -geometry 640x200-0+0
|