dwm.h
changeset 944 bd5cf635c601
parent 941 8c93b982f22e
child 946 b938876de936
equal deleted inserted replaced
943:d0b93818f723 944:bd5cf635c601
   118 
   118 
   119 /* event.c */
   119 /* event.c */
   120 void grabkeys(void);			/* grab all keys defined in config.h */
   120 void grabkeys(void);			/* grab all keys defined in config.h */
   121 
   121 
   122 /* layout.c */
   122 /* layout.c */
       
   123 void floating(void);			/* arranges all windows floating, fallback layout  */
   123 void focusclient(const char *arg);	/* focuses next(1)/previous(-1) visible client */
   124 void focusclient(const char *arg);	/* focuses next(1)/previous(-1) visible client */
   124 void initlayouts(void);			/* initialize layout array */
   125 void initlayouts(void);			/* initialize layout array */
   125 Client *nexttiled(Client *c);		/* returns tiled successor of c */
   126 Client *nexttiled(Client *c);		/* returns tiled successor of c */
   126 void restack(void);			/* restores z layers of all clients */
   127 void restack(void);			/* restores z layers of all clients */
   127 void setlayout(const char *arg);	/* sets layout, NULL means next layout */
   128 void setlayout(const char *arg);	/* sets layout, NULL means next layout */
   128 void togglebar(const char *arg);	/* shows/hides the bar */
   129 void togglebar(const char *arg);	/* shows/hides the bar */
       
   130 void togglemax(const char *arg);	/* toggles maximization of floating client */
   129 
   131 
   130 /* main.c */
   132 /* main.c */
   131 void updatebarpos(void);		/* updates the bar position */
   133 void updatebarpos(void);		/* updates the bar position */
   132 void quit(const char *arg);		/* quit dwm nicely */
   134 void quit(const char *arg);		/* quit dwm nicely */
   133 int xerror(Display *dsply, XErrorEvent *ee);	/* dwm's X error handler */
   135 int xerror(Display *dsply, XErrorEvent *ee);	/* dwm's X error handler */