Introduction
Introduction Statistics Contact Development Disclaimer Help
tprepared 0.5 - dwm - [fork] customized build of dwm, the dynamic window manager
git clone git://src.adamsgaard.dk/dwm
Log
Files
Refs
README
LICENSE
---
commit db98a7d60fc17ebb37f1c4711116daa282044c45
parent 0464e42231199d7a6ea45e46cf7798f2b6cf972c
Author: [email protected] <unknown>
Date: Fri, 21 Jul 2006 21:15:08 +0200
prepared 0.5
Diffstat:
M event.c | 12 +++++++++---
1 file changed, 9 insertions(+), 3 deletions(-)
---
diff --git a/event.c b/event.c
t@@ -20,13 +20,17 @@ typedef struct {
Arg arg;
} Key;
+/*
const char *browse[] = { "firefox", NULL };
const char *gimp[] = { "gimp", NULL };
-const char *term[] = {
+*/
+const char *term[] = { "xterm", NULL };
+/*
"urxvt", "-tr", "+sb", "-bg", "black", "-fg", "white", "-cr", "white",
"-fn", "-*-terminus-medium-*-*-*-13-*-*-*-*-*-iso10646-*", NULL
};
const char *xlock[] = { "xlock", NULL };
+*/
static Key key[] = {
/* modifier key function argument…
t@@ -51,11 +55,13 @@ static Key key[] = {
{ 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, { .…
+ /*
{ MODKEY|ShiftMask, XK_g, spawn, …
{ MODKEY|ShiftMask, XK_l, spawn, …
- { MODKEY|ShiftMask, XK_q, quit, {…
{ MODKEY|ShiftMask, XK_w, spawn, …
- { MODKEY|ShiftMask, XK_Return, spawn, { .…
+ */
};
/* END CUSTOMIZE */
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.