added man page entry 8dc86051
arg@mig29 · 2006-11-27 11:05 2 file(s) · +4 −1
dwm.1 +3 −0
86 86
.B Mod1-space
87 87
Toggle between tiling and floating mode (affects all windows).
88 88
.TP
89 +
.B Mod1-Shift-space
90 +
Toggle focused window between floating and non-floating state.
91 +
.TP
89 92
.B Mod1-[1..n]
90 93
View all windows with
91 94
.BR nth
dwm.h +1 −1
164 164
extern Bool isvisible(Client *c);		/* returns True if client is visible */
165 165
extern void resizemaster(Arg *arg);		/* resizes the master percent with arg's index value */
166 166
extern void restack(void);			/* restores z layers of all clients */
167 -
extern void togglefloat(Arg *arg);		/* toggles selected client floating/tiled resp. */
167 +
extern void togglefloat(Arg *arg);		/* toggles focusesd client between floating/non-floating state */
168 168
extern void togglemode(Arg *arg);		/* toggles global arrange function (dotile/dofloat) */
169 169
extern void toggleview(Arg *arg);		/* toggles the tag with arg's index (in)visible */
170 170
extern void view(Arg *arg);			/* views the tag with arg's index */