about summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* realized that client focussing through the bar is pretty useless, better is ↵Anselm R.Garbe2006-08-111-5/+5
| | | | sloppy view focussing for B1/B3 as well instead
* implemented focusprev on button1 press in the bar, and focusnext on button3 ↵Anselm R.Garbe2006-08-111-2/+6
| | | | press in the bar
* simplified unmanageAnselm R.Garbe2006-08-111-7/+2
|
* removed the if(clients) check from popping codeAnselm R.Garbe2006-08-111-2/+1
|
* added dwm faviconAnselm R.Garbe2006-08-102-0/+1
|
* applied Sanders zoom_update patchAnselm R.Garbe2006-08-102-3/+2
|
* respecting inc hints in floating mode on togglemaxAnselm R.Garbe2006-08-101-1/+1
|
* reverting last patch, that sucks, I don't care about retarded apps like gvimAnselm R.Garbe2006-08-101-1/+1
|
* togglemax repects inc-hints (this way gvim can be toggle'maxed as well)Anselm R.Garbe2006-08-101-1/+1
|
* applied grammar correction by ILFAnselm R.Garbe2006-08-101-1/+1
|
* Added tag 0.8 for changeset cd15de32e173f8ce97bfe1c9b6607937b59056b4Anselm R.Garbe2006-08-101-0/+1
|
* prepared 0.8 0.8Anselm R.Garbe2006-08-102-2/+3
|
* updated htmlAnselm R.Garbe2006-08-101-2/+2
|
* fixed the issue reported by sander (gaps at left columns button due to ↵Anselm R.Garbe2006-08-101-1/+4
| | | | round-offs)
* applied sumik's multihead patchAnselm R.Garbe2006-08-103-6/+13
|
* applied sander's patchAnselm R.Garbe2006-08-102-14/+18
|
* readded border color, this sucks leastAnselm R.Garbe2006-08-105-14/+26
|
* drawing border with fg colorAnselm R.Garbe2006-08-101-1/+14
|
* removed unnecessary border colorAnselm R.Garbe2006-08-105-25/+0
|
* swapping my default colors (bg with fg)Anselm R.Garbe2006-08-101-2/+2
|
* made terminals darker, that is better indeedAnselm R.Garbe2006-08-101-1/+1
|
* disallow zoom on maximized clientsAnselm R.Garbe2006-08-104-21/+8
|
* added zoom on Mod1-Button1 on managed clients only (there is no moving possible)Anselm R.Garbe2006-08-091-0/+2
|
* removed NET_ACTIVE_WINDOW handlingAnselm R.Garbe2006-08-084-20/+1
|
* implemented NET_ACTIVE_WINDOW supportAnselm R.Garbe2006-08-084-1/+20
|
* fixed typoAnselm R.Garbe2006-08-081-1/+1
|
* it always takes a while until one sticks to a colorscheme, but this one ↵Anselm R.Garbe2006-08-081-1/+1
| | | | feels well
* default colors are bestAnselm R.Garbe2006-08-081-3/+3
|
* without borders it looks cleanerAnselm R.Garbe2006-08-081-2/+2
|
* red is easier to my eyes with ffffaa bgAnselm R.Garbe2006-08-081-2/+2
|
* using a better colorscheme (ffffaa is the best background for black)Anselm R.Garbe2006-08-081-2/+2
|
* applied Sanders tiny patchesAnselm R.Garbe2006-08-084-7/+8
|
* removed some "arg@10ksloc.org2006-08-071-4/+4
|
* I really only need 3 tagsarg@10ksloc.org2006-08-071-17/+11
|
* added a trailing '.' to shortcut descriptions in dwm(1)arg@10ksloc.org2006-08-071-15/+15
|
* changed signature of drawtextarg@10ksloc.org2006-08-071-12/+10
|
* applied grabbing-- and shell_minimalarg@10ksloc.org2006-08-072-9/+1
|
* updated screenshot sectionarg@10ksloc.org2006-08-071-1/+2
|
* changed font size, I'm not blind...arg@10ksloc.org2006-08-071-2/+2
|
* small fix of a commentarg@10ksloc.org2006-08-071-1/+1
|
* typo fixarg@10ksloc.org2006-08-071-1/+1
|
* applied Sanders man page/Makefile patcharg@10ksloc.org2006-08-072-2/+2
|
* settle with greyarg@10ksloc.org2006-08-071-2/+2
|
* next version is 0.8arg@10ksloc.org2006-08-071-1/+1
|
* made my colors tasting better with the backgroundarg@10ksloc.org2006-08-071-3/+3
|
* status box should have a border in my eyesarg@10ksloc.org2006-08-072-2/+2
|
* next attempt for w on black switcharg@10ksloc.org2006-08-071-4/+4
|
* Added tag 0.7 for changeset 3fb41412e2492f66476d92ce8f007a8b48fb1d2aarg@10ksloc.org2006-08-071-0/+1
|
* prepared dwm.html 0.7arg@10ksloc.org2006-08-071-3/+6
|
* added stripping to dwm target in Makefilearg@10ksloc.org2006-08-071-0/+1
|
n class="n">DC dc; /* global draw context */ extern Display *dpy; extern Window root, barwin; /* client.c */ extern void configure(Client *c); /* send synthetic configure event */ extern void focus(Client *c); /* focus c, c may be NULL */ extern Client *getclient(Window w); /* return client of w */ extern void killclient(Arg *arg); /* kill c nicely */ extern void manage(Window w, XWindowAttributes *wa); /* manage new client */ extern void resize(Client *c, Bool sizehints, Corner sticky); /* resize c*/ extern void updatesizehints(Client *c); /* update the size hint variables of c */ extern void updatetitle(Client *c); /* update the name of c */ extern void unmanage(Client *c); /* destroy c */ /* draw.c */ extern void drawstatus(void); /* draw the bar */ extern unsigned long getcolor(const char *colstr); /* return color of colstr */ extern void setfont(const char *fontstr); /* set the font for DC */ extern unsigned int textw(const char *text); /* return the width of text in px*/ /* event.c */ extern void grabkeys(void); /* grab all keys defined in config.h */ extern void procevent(void); /* process pending X events */ /* main.c */ extern int getproto(Window w); /* return protocol mask of WMProtocols property of w */ extern void quit(Arg *arg); /* quit dwm nicely */ extern void sendevent(Window w, Atom a, long value); /* send synthetic event to w */ extern int xerror(Display *dsply, XErrorEvent *ee); /* dwm's X error handler */ /* tag.c */ extern void initrregs(void); /* initialize regexps of rules defined in config.h */ extern Client *getnext(Client *c); /* returns next visible client */ extern Client *getprev(Client *c); /* returns previous visible client */ 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 */ /* util.c */ extern void *emallocz(unsigned int size); /* allocates zero-initialized memory, exits on error */ extern void eprint(const char *errstr, ...); /* prints errstr and exits with 1 */ extern void *erealloc(void *ptr, unsigned int size); /* reallocates memory, exits on error */ extern void spawn(Arg *arg); /* forks a new subprocess with to arg's cmd */ /* view.c */ 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 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 */ extern Bool isvisible(Client *c); /* returns True if client is visible */ extern void resizemaster(Arg *arg); /* resizes the master percent with arg's index value */ extern void restack(void); /* restores z layers of all clients */ extern void togglefloat(Arg *arg); /* toggles focusesd client between floating/non-floating state */ extern void togglemode(Arg *arg); /* toggles global arrange function (dotile/dofloat) */ extern void toggleview(Arg *arg); /* toggles the tag with arg's index (in)visible */ extern void view(Arg *arg); /* views the tag with arg's index */ extern void zoom(Arg *arg); /* zooms the focused client to master area, arg is ignored */