dwm.h
changeset 895 b461240ba625
parent 878 d2ae55f83f9f
child 904 2dfd50e4cfde
equal deleted inserted replaced
894:1f676729e03f 895:b461240ba625
   125 void incmasterw(const char *arg);	/* increments the master width with arg's index value */
   125 void incmasterw(const char *arg);	/* increments the master width with arg's index value */
   126 void incnmaster(const char *arg);	/* increments nmaster with arg's index value */
   126 void incnmaster(const char *arg);	/* increments nmaster with arg's index value */
   127 void initlayouts(void);			/* initialize layout array */
   127 void initlayouts(void);			/* initialize layout array */
   128 Client *nexttiled(Client *c);		/* returns tiled successor of c */
   128 Client *nexttiled(Client *c);		/* returns tiled successor of c */
   129 void restack(void);			/* restores z layers of all clients */
   129 void restack(void);			/* restores z layers of all clients */
   130 void setlayout(const char *arg);	/* sets layout, -1 toggles */
   130 void setlayout(const char *arg);	/* sets layout, NULL means next layout */
   131 void togglebar(const char *arg);	/* shows/hides the bar */
   131 void togglebar(const char *arg);	/* shows/hides the bar */
   132 void togglemax(const char *arg);	/* toggles maximization of floating client */
   132 void togglemax(const char *arg);	/* toggles maximization of floating client */
   133 void zoom(const char *arg);		/* zooms the focused client to master area, arg is ignored */
   133 void zoom(const char *arg);		/* zooms the focused client to master area, arg is ignored */
   134 
   134 
   135 /* main.c */
   135 /* main.c */