projects
/
suckless
/
dwm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ec85fdd
)
ach ich will auch Alt-s
author
Anselm R. Garbe
<arg@10kloc.org>
Tue, 5 Sep 2006 14:05:09 +0000
(16:05 +0200)
committer
Anselm R. Garbe
<arg@10kloc.org>
Tue, 5 Sep 2006 14:05:09 +0000
(16:05 +0200)
config.arg.h
patch
|
blob
|
history
diff --git
a/config.arg.h
b/config.arg.h
index feb90edbf2360469bfc0241e308b58ccbca7c0c9..0ed8c74bd277f00a7ec3217e54bcb44d738f03f7 100644
(file)
--- a/
config.arg.h
+++ b/
config.arg.h
@@
-35,6
+35,7
@@
static Key key[] = { \
{ MODKEY, XK_Return, zoom, { 0 } }, \
{ MODKEY, XK_m, togglemax, { 0 } }, \
{ MODKEY, XK_g, resizecol, { .i = 20 } }, \
+ { MODKEY, XK_s, resizecol, { .i = -20 } }, \
{ MODKEY|ShiftMask, XK_1, tag, { .i = 0 } }, \
{ MODKEY|ShiftMask, XK_2, tag, { .i = 1 } }, \
{ MODKEY|ShiftMask, XK_3, tag, { .i = 2 } }, \