[hackers] [dwm] re-added xterm to config.default.h

From: Anselm R. Garbe <arg_AT_suckless.org>
Date: Thu Feb 22 11:19:51 2007

changeset: 822:72d7221858aa
tag: tip
user: Anselm R. Garbe <arg_AT_suckless.org>
date: Thu Feb 22 11:15:31 2007 +0100
summary: re-added xterm to config.default.h

diff -r 75bbe1b1e001 -r 72d7221858aa config.default.h
--- a/config.default.h Thu Feb 22 11:09:44 2007 +0100
+++ b/config.default.h Thu Feb 22 11:15:31 2007 +0100
@@ -42,6 +42,7 @@ static Layout layout[] = { \
 #define KEYS \
 static Key key[] = { \
         /* modifier key function argument */ \
+ { MODKEY|ShiftMask, XK_Return, spawn, { .cmd = "exec xterm" } }, \
         { MODKEY, XK_space, setlayout, { .i = -1 } }, \
         { MODKEY, XK_d, incnmaster, { .i = -1 } }, \
         { MODKEY, XK_i, incnmaster, { .i = 1 } }, \
Received on Thu Feb 22 2007 - 11:19:51 UTC

This archive was generated by hypermail 2.2.0 : Sun Jul 13 2008 - 15:55:42 UTC