7 lines
211 B
Bash
7 lines
211 B
Bash
#!/bin/sh
|
|
# $OpenBSD: Xsetup_0.in,v 1.1 2021/08/30 15:38:27 matthieu Exp $
|
|
|
|
prefix="@prefix@"
|
|
exec_prefix="@exec_prefix@"
|
|
|
|
@bindir@/xsetroot -fg \#6f6f6f -bg \#5852fb -bitmap @includedir@/X11/bitmaps/root_weave
|