Introduction
Introduction Statistics Contact Development Disclaimer Help
twell ok, added Mod-s to default bindings (however, I don't need it) - dwm - [f…
git clone git://src.adamsgaard.dk/dwm
Log
Files
Refs
README
LICENSE
---
commit 9066ee2eb4c254e922c5637bdda8013e618ac3b3
parent 40bd21ce631073e7badd3d9617c273f44711c059
Author: Anselm R. Garbe <[email protected]>
Date: Tue, 5 Sep 2006 13:27:43 +0200
well ok, added Mod-s to default bindings (however, I don't need it)
Diffstat:
M config.default.h | 1 +
M dwm.1 | 6 ++++++
2 files changed, 7 insertions(+), 0 deletions(-)
---
diff --git a/config.default.h b/config.default.h
t@@ -30,6 +30,7 @@ static Key key[] = { \
{ MODKEY, XK_Return, zoom, …
{ MODKEY, XK_m, togglemax, …
{ MODKEY, XK_g, resizetile, …
+ { MODKEY, XK_s, resizetile, …
{ MODKEY|ShiftMask, XK_1, tag, …
{ MODKEY|ShiftMask, XK_2, tag, …
{ MODKEY|ShiftMask, XK_3, tag, …
diff --git a/dwm.1 b/dwm.1
t@@ -96,6 +96,12 @@ Grow current
.RB ( tiling
mode only).
.TP
+.B Mod1-s
+Shrink current
+.BR column
+.RB ( tiling
+mode only).
+.TP
.B Mod1-Shift-[1..n]
Apply
.B nth tag
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.