| tadded new Mod1-b functionality to dwm(1) - dwm - [fork] customized build of dw… | |
| git clone git://src.adamsgaard.dk/dwm | |
| Log | |
| Files | |
| Refs | |
| README | |
| LICENSE | |
| --- | |
| commit fef6c5c66bfe971f00622706689d048c6e473ca7 | |
| parent 37e062b0ed475fb6d9030f05b353c4fb79b7c6e5 | |
| Author: Anselm R. Garbe <[email protected]> | |
| Date: Tue, 15 May 2007 13:42:07 +0200 | |
| added new Mod1-b functionality to dwm(1) | |
| Diffstat: | |
| M config.mk | 4 ++-- | |
| M dwm.1 | 3 +++ | |
| 2 files changed, 5 insertions(+), 2 deletions(-) | |
| --- | |
| diff --git a/config.mk b/config.mk | |
| t@@ -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 | |
| t@@ -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 |