summaryrefslogtreecommitdiff
path: root/config/Xsetup_0
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2021-08-30 15:38:28 +0000
committerMatthieu Herrb <matthieu@herrb.eu>2021-08-30 20:41:27 +0200
commit4fa5bb88de05a7af4acd4a96f0185a2b55264844 (patch)
treeda1a4130d8c3be99f45d00deeafa843f11ca9f19 /config/Xsetup_0
parent2da2e9923a5ec3641444ea0bd5f0fab508b3aeea (diff)
Generate all the config scripts to avoid hard-coding /usr/X11R6.HEADmaster
This was already done partially.
Diffstat (limited to 'config/Xsetup_0')
-rw-r--r--config/Xsetup_016
1 files changed, 0 insertions, 16 deletions
diff --git a/config/Xsetup_0 b/config/Xsetup_0
deleted file mode 100644
index dfb3e4e..0000000
--- a/config/Xsetup_0
+++ /dev/null
@@ -1,16 +0,0 @@
-#!/bin/sh
-# $OpenBSD: Xsetup_0,v 1.8 2020/07/04 13:32:50 matthieu Exp $
-
-xsetroot -fg \#6f6f6f -bg \#bfbfbf -bitmap /usr/X11R6/include/X11/bitmaps/root_weave
-
-xconsole -geometry 480x130-0-0 -daemon -notify -verbose -fn fixed -exitOnFail
-
-# install package openbsd-backgrounds
-# then uncomment:
-#
-# if test -x /usr/local/bin/openbsd-wallpaper
-# then
-# /usr/local/bin/openbsd-wallpaper
-# fi
-
-# sxpm OpenBSD.xpm &