comparison dwm.h @ 584:37281ebc1b5b

added togglefloat to hg tip (i consider this useful for some cases), using MODKEY-Shift-space as shortcut
author arg@mig29
date Mon, 27 Nov 2006 10:57:37 +0100
parents 797e27162b43
children 83807f4d18e9
comparison
equal deleted inserted replaced
583:f4285a97e3e6 584:37281ebc1b5b
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 togglemode(Arg *arg); /* toggles global arrange function (dotile/dofloat) */ 168 extern void togglemode(Arg *arg); /* toggles global arrange function (dotile/dofloat) */
168 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 */
169 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 */
170 extern void viewall(Arg *arg); /* views all tags, arg is ignored */ 171 extern void viewall(Arg *arg); /* views all tags, arg is ignored */
171 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 */