summaryrefslogtreecommitdiff
path: root/config/Xresources.in
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2017-07-26 21:14:56 +0000
committerMatthieu Herrb <matthieu@herrb.eu>2020-07-14 15:52:38 +0200
commitc2a3d5ffb4b9ea0ab86de1e696143a693ea9e1af (patch)
tree10f3f4f1008ba3d05bf7e0b1440fb407d9216e57 /config/Xresources.in
parent813ae2f4a736817142bd15bc12c166ded92e7bb8 (diff)
Stop abusing cpp as generic macro processor in the build system.
ok naddy@
Diffstat (limited to 'config/Xresources.in')
-rw-r--r--config/Xresources.in137
1 files changed, 137 insertions, 0 deletions
diff --git a/config/Xresources.in b/config/Xresources.in
new file mode 100644
index 0000000..18bc610
--- /dev/null
+++ b/config/Xresources.in
@@ -0,0 +1,137 @@
+! $OpenBSD: Xresources.cpp,v 1.13 2015/03/16 20:41:21 matthieu Exp $
+!
+!
+!
+!
+!
+
+
+
+
+xlogin*login.translations: #override \
+ Ctrl<Key>R: abort-display()\n\
+ <Key>F1: set-session-argument(failsafe) finish-field()\n\
+ <Key>Left: move-backward-character()\n\
+ <Key>Right: move-forward-character()\n\
+ <Key>Home: move-to-begining()\n\
+ <Key>End: move-to-end()\n\
+ Ctrl<Key>KP_Enter: set-session-argument(failsafe) finish-field()\n\
+ <Key>KP_Enter: set-session-argument() finish-field()\n\
+ Ctrl<Key>Return: set-session-argument(failsafe) finish-field()\n\
+ <Key>Return: set-session-argument() finish-field()
+
+xlogin*greeting: CLIENTHOST
+xlogin*namePrompt: \040\040\040\040\040\040\040Login:
+xlogin*fail: Login incorrect or forbidden
+
+#if WIDTH > 800
+xlogin*greetFont: -adobe-helvetica-bold-o-normal--24-240-75-75-p-138-iso8859-1
+xlogin*font: -adobe-helvetica-medium-r-normal--18-180-75-75-p-98-iso8859-1
+xlogin*promptFont: -adobe-helvetica-bold-r-normal--18-180-75-75-p-103-iso8859-1
+xlogin*failFont: -adobe-helvetica-bold-r-normal--18-180-75-75-p-103-iso8859-1
+xlogin*greetFace: DejaVu Sans Condensed-22:bold:italic:dpi=75
+xlogin*face: DejaVu Sans Condensed-16:dpi=75
+xlogin*promptFace: DejaVu Sans Condensed-16:bold:dpi=75
+xlogin*failFace: DejaVu Sans Condensed-16:bold:dpi=75
+#else
+xlogin*greetFont: -adobe-helvetica-bold-o-normal--17-120-100-100-p-92-iso8859-1
+xlogin*font: -adobe-helvetica-medium-r-normal--12-120-75-75-p-67-iso8859-1
+xlogin*promptFont: -adobe-helvetica-bold-r-normal--12-120-75-75-p-70-iso8859-1
+xlogin*failFont: -adobe-helvetica-bold-o-normal--14-140-75-75-p-82-iso8859-1
+xlogin*greetFace: DejaVu Sans Condensed-18:bold:italic:dpi=75
+xlogin*face: DejaVu Sans Condensed-12:dpi=75
+xlogin*promptFace: DejaVu Sans Condensed-12:bold:dpi=75
+xlogin*failFace: DejaVu Sans Condensed-12:bold:dpi=75
+#endif
+
+#if !(defined(bpp1) || defined(bpp4) || defined(bpp8) || defined(bpp15))
+# if PLANES < 4
+# ifndef bpp1
+# define bpp1
+# endif
+# else
+# if PLANES > 4
+# if PLANES > 8
+# ifndef bpp15
+# define bpp15
+# endif
+# else
+# ifndef bpp8
+# define bpp8
+# endif bpp8
+# endif
+# else
+# ifndef bpp4
+# define bpp4
+# endif
+# endif
+# endif
+#endif /* If manual override */
+
+#ifndef bpp1
+xlogin*borderWidth: 1
+xlogin*frameWidth: 2
+xlogin*innerFramesWidth: 0
+
+xlogin.Login.sepWidth: 0
+
+! top/left border
+xlogin*hiColor: #667788
+
+! bottom/right border
+xlogin*shdColor: #667788
+
+! 'Welcome to..' text color
+xlogin*greetColor: #fef886
+#if defined(bpp4) || defined(bpp8) || defined(bpp15)
+! flood fill
+xlogin*background: #798a99
+xlogin*inpColor: #99aab9
+#endif
+xlogin*failColor: #aa0000
+
+! 'Login:' and 'Password:'
+*Foreground: #eeeeff
+
+! border/shadow
+*Background: #000000
+#else
+xlogin*borderWidth: 3
+xlogin*frameWidth: 5
+xlogin*innerFramesWidth: 1
+xlogin*shdColor: white
+xlogin*hiColor: white
+xlogin*greetColor: white
+xlogin*background: black
+xlogin*failColor: white
+xlogin*promptColor: white
+*Foreground: white
+*Background: black
+#endif
+#ifdef bpp1
+xlogin*logoFileName: @XENODM_PIXMAPDIR@/OpenBSD_1bpp.xpm
+#endif
+#ifdef bpp4
+xlogin*logoFileName: @XENODM_PIXMAPDIR@/OpenBSD_4bpp.xpm
+#endif
+#ifdef bpp8
+xlogin*logoFileName: @XENODM_PIXMAPDIR@/OpenBSD_8bpp.xpm
+#endif
+#ifdef bpp15
+xlogin*logoFileName: @XENODM_PIXMAPDIR@/OpenBSD_15bpp.xpm
+#endif
+
+xlogin*useShape: true
+xlogin*logoPadding: 10
+
+! uncomment to disable logins
+! xlogin.Login.allowRootLogin: false
+
+XConsole*background: black
+XConsole*foreground: white
+XConsole*borderWidth: 2
+XConsole*borderColor: grey
+XConsole.text.geometry: 480x130
+XConsole.verbose: true
+XConsole*iconic: true
+XConsole*font: fixed