diff options
| author | Philip Wittamore <philip@wittamore.com> | 2026-05-03 14:03:12 +0200 |
|---|---|---|
| committer | Philip Wittamore <philip@wittamore.com> | 2026-05-03 14:03:12 +0200 |
| commit | d23c158bb34be7d4c9d1fbbd5ec23fa5d9c3fccb (patch) | |
| tree | 65a1ae5505155b0cfa82a3a52fc86f49be9ce28e /Xsetup | |
update
Diffstat (limited to 'Xsetup')
| -rwxr-xr-x | Xsetup | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -0,0 +1,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 |
