about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAnselm R. Garbe <arg@suckless.org>2007-05-15 13:42:07 +0200
committerAnselm R. Garbe <arg@suckless.org>2007-05-15 13:42:07 +0200
commitfef6c5c66bfe971f00622706689d048c6e473ca7 (patch)
treef127c33891dbe79cda384db795dc1ca6c7a84e53
parent37e062b0ed475fb6d9030f05b353c4fb79b7c6e5 (diff)
downloaddwm-fef6c5c66bfe971f00622706689d048c6e473ca7.tar.gz
added new Mod1-b functionality to dwm(1)
-rw-r--r--config.mk4
-rw-r--r--dwm.13
2 files changed, 5 insertions, 2 deletions
diff --git a/config.mk b/config.mk
index c016b0a..1431e22 100644
--- a/config.mk
+++ b/config.mk
@@ -17,8 +17,8 @@ LIBS = -L/usr/lib -lc -L${X11LIB} -lX11
 # flags
 CFLAGS = -Os ${INCS} -DVERSION=\"${VERSION}\"
 LDFLAGS = ${LIBS}
-CFLAGS = -g -Wall -O2 ${INCS} -DVERSION=\"${VERSION}\"
-LDFLAGS = -g ${LIBS}
+#CFLAGS = -g -Wall -O2 ${INCS} -DVERSION=\"${VERSION}\"
+#LDFLAGS = -g ${LIBS}
 
 # Solaris
 #CFLAGS = -fast ${INCS} -DVERSION=\"${VERSION}\"
diff --git a/dwm.1 b/dwm.1
index e1f1e64..054f945 100644
--- a/dwm.1
+++ b/dwm.1
@@ -59,6 +59,9 @@ Start
 .B Mod1\-Return
 Zooms/cycles current window to/from master area (tiled layout only).
 .TP
+.B Mod1\-b
+Shows/hides the status bar.
+.TP
 .B Mod1\-j
 Focus next window.
 .TP
gt; 2005-06-02 22:50:02 -0400 committer Thomas E. Dickey <dickey@invisible-island.net> 2005-06-02 22:50:02 -0400 snapshot of project "lynx", label v2-8-6dev_12' href='/ingrix/lynx-snapshots/commit/samples/bright-blue.lss?id=1367261dc669476df3a799f0de45e4bfb2437b8b'>1367261d ^
8c68f693 ^
1367261d ^



8c68f693 ^
1367261d ^



























8c68f693 ^
1367261d ^


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