Mercurial > dwm-meillo
diff dwm.h @ 749:6692d7e7e156
added maxlayout by mitch, moved config.h to config.meillo.h, some smaller modifications
author | meillo@marmaro.de |
---|---|
date | Sun, 11 Feb 2007 17:20:22 +0100 |
parents | 08b89915c109 |
children |
line wrap: on
line diff
--- a/dwm.h Sun Feb 11 12:20:54 2007 +0100 +++ b/dwm.h Sun Feb 11 17:20:22 2007 +0100 @@ -132,7 +132,7 @@ extern void settags(Client *c, Client *trans); /* sets tags of c */ extern void tag(Arg *arg); /* tags c with arg's index */ extern void toggletag(Arg *arg); /* toggles c tags with arg's index */ -extern void viewnext(Arg *arg); /* view next tag(s) [code by jukka] */ +extern void viewnext(Arg *arg); /* view next tag(s) */ /* util.c */ extern void *emallocz(unsigned int size); /* allocates zero-initialized memory, exits on error */ @@ -143,6 +143,7 @@ extern void detach(Client *c); /* detaches c from global client list */ extern void dofloat(void); /* arranges all windows floating */ extern void dotile(void); /* arranges all windows tiled */ +extern void domax(void); /* arranges all windows fullscreen */ extern void focusnext(Arg *arg); /* focuses next visible client, arg is ignored */ extern void focusprev(Arg *arg); /* focuses previous visible client, arg is ignored */ extern void incnmaster(Arg *arg); /* increments nmaster with arg's index value */