about summary refs log tree commit diff stats
path: root/config.def.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h
index 8dee5e1..11993da 100644
--- a/config.def.h
+++ b/config.def.h
@@ -12,7 +12,7 @@
 #define SELFGCOLOR		"#ffffff"
 
 /* old */
-const char tags[][MAXTAGLEN]     = { "1", "2", "3", "4", "5", "6", "7", "8", "9" };
+const char tags[][MAXTAGLEN] = { "1", "2", "3", "4", "5", "6", "7", "8", "9" };
 
 Rule rules[] = {
 	/* class:instance:title substr	tags ref	isfloating */
@@ -30,6 +30,7 @@ Layout layouts[] = {
 	/* symbol		function */
 	{ "[]=",		tile }, /* first entry is default */
 	{ "><>",		floating },
+	{ "[M]",		monocle },
 };
 
 /* key definitions */
@@ -46,6 +47,7 @@ Key keys[] = {
 	{ MODKEY,			XK_h,		setmwfact,	"-0.05" },
 	{ MODKEY,			XK_l,		setmwfact,	"+0.05" },
 	{ MODKEY,			XK_r,		reapply,	NULL },
+	{ MODKEY,			XK_m,		setlayout,	"[M]" },
 	{ MODKEY,			XK_Return,	zoom,		NULL },
 	{ MODKEY,			XK_Tab,		viewprevtag,	NULL },
 	{ MODKEY|ShiftMask,		XK_space,	togglefloating,	NULL },
00 renamed monocle into maxmise, documented the keybindings in dwm(1)' href='/acidbong/suckless/dwm/commit/config.def.h?id=39af3c2607de029b66498064c4fc374df34fc653'>39af3c2 ^
295ad21 ^
00ca643 ^
fe2775a ^
e237b2a ^
a6a216f ^
f196b71 ^
3794c62 ^
aa2395b ^

c982bb1 ^
bb0a328 ^
86c4797 ^
aa2395b ^


20cd336 ^
86c4797 ^
aa2395b ^

f196b71 ^
6f60b2e ^
8d1810c ^
39af3c2 ^
fe2775a ^
c917018 ^
247ba66 ^
7f70d90 ^
247ba66 ^
7f70d90 ^


d7b074f ^
3794c62 ^

f196b71 ^

e9a0733 ^


308f95a ^
20cd336 ^
e9a0733 ^
5602f44 ^
e9a0733 ^
5602f44 ^
d66ad14 ^
a355782 ^

e9a0733 ^

e9a0733 ^
20cd336 ^


e9a0733 ^






































b515765 ^
1
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107