JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
added new Mod1-b functionality to dwm(1)
authorAnselm R. Garbe <arg@suckless.org>
Tue, 15 May 2007 11:42:07 +0000 (13:42 +0200)
committerAnselm R. Garbe <arg@suckless.org>
Tue, 15 May 2007 11:42:07 +0000 (13:42 +0200)
config.mk
dwm.1

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