Mercurial > dwm-meillo
comparison dwm.h @ 585:83807f4d18e9
added man page entry
author | arg@mig29 |
---|---|
date | Mon, 27 Nov 2006 11:05:47 +0100 |
parents | 37281ebc1b5b |
children | 16ec97b95b4f |
comparison
equal
deleted
inserted
replaced
584:37281ebc1b5b | 585:83807f4d18e9 |
---|---|
162 extern void focusnext(Arg *arg); /* focuses next visible client, arg is ignored */ | 162 extern void focusnext(Arg *arg); /* focuses next visible client, arg is ignored */ |
163 extern void focusprev(Arg *arg); /* focuses previous visible client, arg is ignored */ | 163 extern void focusprev(Arg *arg); /* focuses previous visible client, arg is ignored */ |
164 extern Bool isvisible(Client *c); /* returns True if client is visible */ | 164 extern Bool isvisible(Client *c); /* returns True if client is visible */ |
165 extern void resizemaster(Arg *arg); /* resizes the master percent with arg's index value */ | 165 extern void resizemaster(Arg *arg); /* resizes the master percent with arg's index value */ |
166 extern void restack(void); /* restores z layers of all clients */ | 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 extern void togglemode(Arg *arg); /* toggles global arrange function (dotile/dofloat) */ | 168 extern void togglemode(Arg *arg); /* toggles global arrange function (dotile/dofloat) */ |
169 extern void toggleview(Arg *arg); /* toggles the tag with arg's index (in)visible */ | 169 extern void toggleview(Arg *arg); /* toggles the tag with arg's index (in)visible */ |
170 extern void view(Arg *arg); /* views the tag with arg's index */ | 170 extern void view(Arg *arg); /* views the tag with arg's index */ |
171 extern void viewall(Arg *arg); /* views all tags, arg is ignored */ | 171 extern void viewall(Arg *arg); /* views all tags, arg is ignored */ |
172 extern void zoom(Arg *arg); /* zooms the focused client to master area, arg is ignored */ | 172 extern void zoom(Arg *arg); /* zooms the focused client to master area, arg is ignored */ |