Browse Source

added new Mod1-b functionality to dwm(1)

master
Anselm R. Garbe 17 years ago
parent
commit
fef6c5c66b
2 changed files with 5 additions and 2 deletions
  1. +2
    -2
      config.mk
  2. +3
    -0
      dwm.1

+ 2
- 2
config.mk View File

@ -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}\"


+ 3
- 0
dwm.1 View File

@ -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


Loading…
Cancel
Save