about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--config.arg.h4
-rw-r--r--config.default.h4
-rw-r--r--dwm.112
3 files changed, 10 insertions, 10 deletions
diff --git a/config.arg.h b/config.arg.h
index 457b7c2..6aec233 100644
--- a/config.arg.h
+++ b/config.arg.h
@@ -47,10 +47,10 @@ static Key key[] = { \
 	{ MODKEY|ShiftMask,		XK_Return,	spawn, \
 		"exec urxvtcd -tr -bg '#222' -fg '#eee' -cr '#eee' +sb -fn '"FONT"'" }, \
 	{ MODKEY,			XK_space,	setlayout,	NULL }, \
-	{ MODKEY,			XK_d,		incnmaster,	"-1" }, \
-	{ MODKEY,			XK_i,		incnmaster,	"1" }, \
 	{ MODKEY,			XK_h,		incmasterw,	"-32" }, \
 	{ MODKEY,			XK_l,		incmasterw,	"32" }, \
+	{ MODKEY|ShiftMask,		XK_j,		incnmaster,	"1" }, \
+	{ MODKEY|ShiftMask,		XK_k,		incnmaster,	"-1" }, \
 	{ MODKEY,			XK_j,		focusclient,	"1" }, \
 	{ MODKEY,			XK_k,		focusclient,	"-1" }, \
 	{ MODKEY,			XK_m,		togglemax,	NULL }, \
diff --git a/config.default.h b/config.default.h
index 91be009..2ccef42 100644
--- a/config.default.h
+++ b/config.default.h
@@ -45,10 +45,10 @@ static Key key[] = { \
 	{ MODKEY|ShiftMask,		XK_Return,	spawn,		"exec xterm" }, \
 	{ MODKEY,			XK_p,		spawn, 		"exe=`dmenu_path | dmenu` && exec $exe" }, \
 	{ MODKEY,			XK_space,	setlayout,	NULL }, \
-	{ MODKEY,			XK_d,		incnmaster,	"-1" }, \
-	{ MODKEY,			XK_i,		incnmaster,	"1" }, \
 	{ MODKEY,			XK_h,		incmasterw,	"-32" }, \
 	{ MODKEY,			XK_l,		incmasterw,	"32" }, \
+	{ MODKEY|ShiftMask,		XK_j,		incnmaster,	"1" }, \
+	{ MODKEY|ShiftMask,		XK_k,		incnmaster,	"-1" }, \
 	{ MODKEY,			XK_j,		focusclient,	"1" }, \
 	{ MODKEY,			XK_k,		focusclient,	"-1" }, \
 	{ MODKEY,			XK_m,		togglemax,	NULL }, \
diff --git a/dwm.1 b/dwm.1
index 078c79d..60c0fea 100644
--- a/dwm.1
+++ b/dwm.1
@@ -65,18 +65,18 @@ Focus next window.
 .B Mod1-k
 Focus previous window.
 .TP
+.B Mod1-Shift-j
+Increase the number of windows in the master area (tiled layout only).
+.TP
+.B Mod1-Shift-k
+Decrease the number of windows in the master area (tiled layout only).
+.TP
 .B Mod1-l
 Increase master area width (tiled layout only).
 .TP
 .B Mod1-h
 Decrease master area width (tiled layout only).
 .TP
-.B Mod1-i
-Increase the number of windows in the master area (tiled layout only).
-.TP
-.B Mod1-d
-Decrease the number of windows in the master area (tiled layout only).
-.TP
 .B Mod1-m
 Toggles maximization of current window (floating layout only).
 .TP
> 2 3 4 5 6 7 8 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29








                                            
                        


                                                               
                         

                            
                         

                            
                         

                            
                         



                           
                     
                            
parse/0: instruction: 1
parse/0:   ingredient: {name: "2", type: 0}
parse/0:   product: {name: "1", type: 1}
parse/0: instruction: 1
parse/0:   ingredient: {name: "34", type: 0}
parse/0:   product: {name: "2", type: 1}
parse/0: instruction: 1
parse/0:   ingredient: {name: "35", type: 0}
parse/0:   product: {name: "3", type: 1}
parse/0: instruction: 19
parse/0:   ingredient: {name: "1", type: 2-4, property: deref:}
parse/0:   ingredient: {name: "0", type: 0}
parse/0:   product: {name: "4", type: 1}
run/0: instruction main/0
run/0: ingredient 0 is 2
mem/0: storing in location 1
run/0: instruction main/1
run/0: ingredient 0 is 34
mem/0: storing in location 2
run/0: instruction main/2
run/0: ingredient 0 is 35
mem/0: storing in location 3
run/0: instruction main/3
run/0: ingredient 0 is 1
mem/0: location 1 is 2
run/0: ingredient 1 is 0
run/0: address to copy is 2
run/0: product 0 is 2
mem/0: storing in location 4