9 lines
183 B
Bash
Executable File
9 lines
183 B
Bash
Executable File
#!/bin/sh
|
|
# $OpenBSD: Xsetup_0.in,v 1.1 2021/08/30 15:38:27 matthieu Exp $
|
|
|
|
prefix="/usr/X11R6"
|
|
exec_prefix="${prefix}"
|
|
xset fp+ /home/sdk/.fonts
|
|
xset fp rehash
|
|
xsetroot -solid black
|