Introduction
Introduction Statistics Contact Development Disclaimer Help
troman numerals suck badly, reverting - dwm - [fork] customized build of dwm, t…
git clone git://src.adamsgaard.dk/dwm
Log
Files
Refs
README
LICENSE
---
commit 20d7b5d05884abaa03d92942eb6ec9ba5365a468
parent 11a08b9cfced047c9c4d2969fa96d74d90c1f46f
Author: Anselm R. Garbe <[email protected]>
Date: Fri, 5 Jan 2007 22:22:18 +0100
roman numerals suck badly, reverting
Diffstat:
M config.arg.h | 10 +---------
1 file changed, 1 insertion(+), 9 deletions(-)
---
diff --git a/config.arg.h b/config.arg.h
t@@ -3,7 +3,7 @@
*/
#define TAGS \
-const char *tags[] = { "I", "II", "III", "IV", "V", "VI", "VII", NULL };
+const char *tags[] = { "local", "remote", "net", "cert", "fnord", NULL };
#define DEFMODE dotile /* dofloat */
#define FLOATSYMBOL "><>"
t@@ -44,15 +44,11 @@ static Key key[] = { \
{ MODKEY|ShiftMask, XK_3, tag, …
{ MODKEY|ShiftMask, XK_4, tag, …
{ MODKEY|ShiftMask, XK_5, tag, …
- { MODKEY|ShiftMask, XK_6, tag, …
- { MODKEY|ShiftMask, XK_7, tag, …
{ MODKEY|ControlMask|ShiftMask, XK_1, toggletag,…
{ MODKEY|ControlMask|ShiftMask, XK_2, toggletag,…
{ MODKEY|ControlMask|ShiftMask, XK_3, toggletag,…
{ MODKEY|ControlMask|ShiftMask, XK_4, toggletag,…
{ MODKEY|ControlMask|ShiftMask, XK_5, toggletag,…
- { MODKEY|ControlMask|ShiftMask, XK_6, toggletag,…
- { MODKEY|ControlMask|ShiftMask, XK_7, toggletag,…
{ MODKEY|ShiftMask, XK_c, killclient, …
{ MODKEY, XK_space, togglemode, {…
{ MODKEY|ShiftMask, XK_space, togglefloat, …
t@@ -62,15 +58,11 @@ static Key key[] = { \
{ MODKEY, XK_3, view, …
{ MODKEY, XK_4, view, …
{ MODKEY, XK_5, view, …
- { MODKEY, XK_6, view, …
- { MODKEY, XK_7, view, …
{ MODKEY|ControlMask, XK_1, toggleview, …
{ MODKEY|ControlMask, XK_2, toggleview, …
{ MODKEY|ControlMask, XK_3, toggleview, …
{ MODKEY|ControlMask, XK_4, toggleview, …
{ MODKEY|ControlMask, XK_5, toggleview, …
- { MODKEY|ControlMask, XK_6, toggleview, …
- { MODKEY|ControlMask, XK_7, toggleview, …
{ MODKEY|ShiftMask, XK_q, quit, …
};
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.