added the basic v1 files for openbsd setup

This commit is contained in:
thatscringebro
2022-11-25 21:50:06 -05:00
parent e0c843f214
commit 6ed42b85e3
6 changed files with 687 additions and 0 deletions

14
openBSD/xenodm/Xsetup_0 Executable file
View File

@@ -0,0 +1,14 @@
#!/bin/sh
# $OpenBSD: Xsetup_0.in,v 1.1 2021/08/30 15:38:27 matthieu Exp $
prefix="/usr/X11R6"
exec_prefix="${prefix}"
#$xsetroot -solid dimgrey
#${exec_prefix}/bin/xsetroot -fg \#6f6f6f -bg \#bfbfbf -bitmap ${prefix}/include/X11/bitmaps/root_weave
#${exec_prefix}/bin/#xconsole -geometry 480x130-0-0 -daemon -notify -verbose -fn fixed -exitOnFail
xrandr --output default --dpi 96
xsetroot -solid $(xrdb -query | awk '/xroot.background/ { print $2 }')