Introduction
Introduction Statistics Contact Development Disclaimer Help
tremoved config.h (stupid hg) - dwm - [fork] customized build of dwm, the dynam…
git clone git://src.adamsgaard.dk/dwm
Log
Files
Refs
README
LICENSE
---
commit 0f8249f2629543c66ffa7b684a772fda08250a5d
parent b515765216c46246358256da6098ea2c07a93c84
Author: [email protected] <unknown>
Date: Wed, 2 Aug 2006 16:52:02 +0200
removed config.h (stupid hg)
Diffstat:
D config.h | 62 -----------------------------…
1 file changed, 0 insertions(+), 62 deletions(-)
---
diff --git a/config.h b/config.h
t@@ -1,62 +0,0 @@
-/*
- * (C)opyright MMVI Anselm R. Garbe <garbeam at gmail dot com>
- * See LICENSE file for license details.
- */
-
-enum { Tfnord, Tdev, Tnet, Twork, Tmisc, TLast };
-#define TAGS \
-char *tags[TLast] = { \
- [Tfnord] = "fnord", \
- [Tdev] = "dev", \
- [Tnet] = "net", \
- [Twork] = "work", \
- [Tmisc] = "misc", \
-};
-
-#define DEFMODE dotile /* dofloat */
-#define DEFTAG Tdev
-#define FONT "fixed"
-#define BGCOLOR "#666699"
-#define FGCOLOR "#eeeeee"
-#define BORDERCOLOR "#9999CC"
-#define MODKEY Mod1Mask
-#define NUMLOCKMASK Mod2Mask
-#define MASTERW 52 /* percent */
-
-#define KEYS \
- const char *term[] = { "xterm", NULL }; \
-static Key key[] = { \
- /* modifier key function argument…
- { MODKEY, XK_0, view, { .…
- { MODKEY, XK_1, view, { .…
- { MODKEY, XK_2, view, { .…
- { MODKEY, XK_3, view, { .…
- { MODKEY, XK_4, view, { .…
- { MODKEY, XK_h, viewprev, { 0 } }…
- { MODKEY, XK_j, focusnext, { 0 } …
- { MODKEY, XK_k, focusprev, { 0 } …
- { MODKEY, XK_l, viewnext, { 0 } }…
- { MODKEY, XK_m, togglemax, { 0 } …
- { MODKEY, XK_space, togglemode, { 0 } }, \
- { MODKEY, XK_Return, zoom, { 0 } …
- { MODKEY|ControlMask, XK_0, appendtag, { …
- { MODKEY|ControlMask, XK_1, appendtag, { …
- { MODKEY|ControlMask, XK_2, appendtag, { …
- { MODKEY|ControlMask, XK_3, appendtag, { …
- { MODKEY|ControlMask, XK_4, appendtag, { …
- { MODKEY|ShiftMask, XK_0, replacetag, { .…
- { MODKEY|ShiftMask, XK_1, replacetag, { .…
- { MODKEY|ShiftMask, XK_2, replacetag, { .…
- { MODKEY|ShiftMask, XK_3, replacetag, { .…
- { MODKEY|ShiftMask, XK_4, replacetag, { .…
- { MODKEY|ShiftMask, XK_c, killclient, { 0…
- { MODKEY|ShiftMask, XK_q, quit, {…
- { MODKEY|ShiftMask, XK_Return, spawn, { .…
-};
-
-#define RULES \
-static Rule rule[] = { \
- /* class:instance tags isfloat *…
- { "Firefox.*", { [Tnet] = "net" }, False…
- { "Gimp.*", { 0 }, True}…
-};
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.