Xinqi Bao's Git
projects
/
dwm.git
/ commitdiff
summary
|
log
|
commit
|
diff
|
tree
raw
|
patch
| inline |
side by side
(from parent 1:
37e062b
)
added new Mod1-b functionality to dwm(1)
author
Anselm R. Garbe <
[email protected]
>
Tue, 15 May 2007 11:42:07 +0000
(13:42 +0200)
committer
Anselm R. Garbe <
[email protected]
>
Tue, 15 May 2007 11:42:07 +0000
(13:42 +0200)
config.mk
patch
|
blob
|
history
dwm.1
patch
|
blob
|
history
diff --git
a/config.mk
b/config.mk
index
c016b0a
..
1431e22
100644
(file)
--- 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
(file)
--- 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