dwm.h
changeset 596 16ec97b95b4f
parent 585 83807f4d18e9
child 630 264f02dd2ad0
equal deleted inserted replaced
595:9304ea275b1a 596:16ec97b95b4f
   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 focusesd client between floating/non-floating state */
   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 */
       
   172 extern void zoom(Arg *arg);			/* zooms the focused client to master area, arg is ignored */
   171 extern void zoom(Arg *arg);			/* zooms the focused client to master area, arg is ignored */