Introduction
Introduction Statistics Contact Development Disclaimer Help
tprepared 0.3 - dwm - [fork] customized build of dwm, the dynamic window manager
git clone git://src.adamsgaard.dk/dwm
Log
Files
Refs
README
LICENSE
---
commit 1f9614f82e14fa3a46e0db05346b41d6be611f88
parent 4491bdda69f20d976bd61ba92b766dac56c07212
Author: [email protected] <unknown>
Date: Wed, 19 Jul 2006 14:43:17 +0200
prepared 0.3
Diffstat:
M event.c | 11 +----------
1 file changed, 1 insertion(+), 10 deletions(-)
---
diff --git a/event.c b/event.c
t@@ -12,13 +12,7 @@
#define MouseMask (ButtonMask | PointerMotionMask)
/* CUSTOMIZE */
-const char *browse[] = { "firefox", NULL };
-const char *gimp[] = { "gimp", NULL };
-const char *term[] = {
- "urxvtc", "-tr", "+sb", "-bg", "black", "-fg", "white", "-cr", "white",
- "-fn", "-*-terminus-medium-*-*-*-13-*-*-*-*-*-iso10646-*", NULL
-};
-const char *xlock[] = { "xlock", NULL };
+const char *term[] = { "xterm", NULL };
Key key[] = {
/* modifier key …
t@@ -44,11 +38,8 @@ Key key[] = {
{ Mod1Mask|ShiftMask, XK_2, replacetag, …
{ Mod1Mask|ShiftMask, XK_3, replacetag, …
{ Mod1Mask|ShiftMask, XK_c, killclient, …
- { Mod1Mask|ShiftMask, XK_g, spawn, …
- { Mod1Mask|ShiftMask, XK_l, spawn, …
{ Mod1Mask|ShiftMask, XK_q, quit, …
{ Mod1Mask|ShiftMask, XK_space, dofloat, { 0 } },
- { Mod1Mask|ShiftMask, XK_w, spawn, …
{ Mod1Mask|ShiftMask, XK_Return, spawn, {…
};
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.