openbsd-ports/x11/dwm/patches/patch-config_def_h
kili 57a721a3b1 Update to dwm-5.2.
From maintainer Jim Razmus.
2008-10-15 18:47:54 +00:00

43 lines
2.0 KiB
Plaintext

$OpenBSD: patch-config_def_h,v 1.4 2008/10/15 18:47:54 kili Exp $
--- config.def.h.orig Tue Sep 9 15:46:17 2008
+++ config.def.h Mon Oct 6 12:52:18 2008
@@ -1,13 +1,13 @@
/* See LICENSE file for copyright and license details. */
/* appearance */
-static const char font[] = "-*-terminus-medium-r-normal-*-14-*-*-*-*-*-*-*";
-static const char normbordercolor[] = "#cccccc";
-static const char normbgcolor[] = "#cccccc";
-static const char normfgcolor[] = "#000000";
-static const char selbordercolor[] = "#0066ff";
-static const char selbgcolor[] = "#0066ff";
-static const char selfgcolor[] = "#ffffff";
+static const char font[] = "-*-terminus-medium-*-*-*-*-*-*-*-*-*-*-*";
+static const char normbordercolor[] = "#404040";
+static const char normbgcolor[] = "#202020";
+static const char normfgcolor[] = "#c0c0c0";
+static const char selbordercolor[] = "#8888ff";
+static const char selbgcolor[] = "#404040";
+static const char selfgcolor[] = "#f0f0f0";
static unsigned int borderpx = 1; /* border pixel of windows */
static unsigned int snap = 32; /* snap pixel */
static Bool showbar = True; /* False means no bar */
@@ -22,6 +22,8 @@ static Rule rules[] = {
/* class instance title tags mask isfloating */
{ "Gimp", NULL, NULL, 0, True },
{ "Firefox", NULL, NULL, 1 << 8, True },
+ { "Xonix", NULL, NULL, 0, True },
+ { NULL, NULL, "glxgears", 0, True },
};
/* layout(s) */
@@ -48,7 +50,7 @@ static Layout layouts[] = {
/* commands */
static const char *dmenucmd[] = { "dmenu_run", "-fn", font, "-nb", normbgcolor, "-nf", normfgcolor, "-sb", selbgcolor, "-sf", selfgcolor, NULL };
-static const char *termcmd[] = { "uxterm", NULL };
+static const char *termcmd[] = { "xterm", NULL };
static Key keys[] = {
/* modifier key function argument */