summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* separated setup stuff into main.c:setup() - this makes main() more readableGravatar Anselm R. Garbe 2006-08-233-99/+104
|
* updated man pageGravatar Anselm R. Garbe 2006-08-221-2/+1
|
* titlebars contain tags in the right nowGravatar Anselm R. Garbe 2006-08-221-6/+5
|
* fixed default key bindings (indexes of tags were screwed up)Gravatar Anselm R. Garbe 2006-08-221-20/+20
|
* rearranged getprotoGravatar Anselm R. Garbe 2006-08-221-6/+5
|
* removed winprop (merged into getproto)Gravatar Anselm R. Garbe 2006-08-221-27/+7
|
* separated several functions into view.cGravatar Anselm R. Garbe 2006-08-225-258/+266
|
* removed DEFTAGGravatar Anselm R. Garbe 2006-08-223-4/+2
|
* removed badmalloc (thx for the pointer to Uriel)Gravatar Anselm R. Garbe 2006-08-221-10/+2
|
* rxvt is quite slow under OpenBSDGravatar Anselm R. Garbe 2006-08-221-1/+1
|
* font fixGravatar Anselm R. Garbe 2006-08-221-2/+3
|
* slight change of my config.hGravatar Anselm R. Garbe 2006-08-221-4/+4
|
* fixedGravatar Anselm R. Garbe 2006-08-221-3/+3
|
* windows which have set transient_for hint inherit the transient_for window ↵Gravatar arg@localhost.10kloc.org 2006-08-212-2/+7
| | | | tags now
* after switching to OpenBSD again, I switched back to a saner color schemeGravatar arg@localhost.10kloc.org 2006-08-212-8/+10
|
* applied Sanders focus_* patches, removed the unnecessary clean-prefix from ↵Gravatar Anselm R.Garbe 2006-08-212-28/+32
| | | | the new function names
* small renamings of two static functionsGravatar Anselm R.Garbe 2006-08-212-5/+5
|
* small changes to dwm.1, rearranged order within main event loopGravatar Anselm R.Garbe 2006-08-213-11/+13
|
* applied Sanders patchGravatar Anselm R.Garbe 2006-08-181-6/+2
|
* made a new client position strategy similiar to that one proposed by Sander, ↵Gravatar Anselm R.Garbe 2006-08-181-7/+7
| | | | but which takes top bar into account
* fixed a bug reported by sanderGravatar Anselm R.Garbe 2006-08-171-1/+1
|
* applied the shorter xprop commandGravatar Anselm R.Garbe 2006-08-171-1/+1
|
* centering apps only if transient_for is not(!) setGravatar Anselm R.Garbe 2006-08-171-9/+1
|
* fixed issue Sander reportedGravatar Anselm R.Garbe 2006-08-171-4/+3
|
* corrected order of cleanup code Gravatar Anselm R.Garbe 2006-08-161-1/+1
|
* condition was insufficientGravatar Anselm R.Garbe 2006-08-161-2/+2
|
* fixed issue reported by sanderGravatar Anselm R.Garbe 2006-08-162-3/+6
|
* added general centralization rule for new clients (works around various ↵Gravatar Anselm R.Garbe 2006-08-162-2/+14
| | | | borken apps)
* removed leading ;Gravatar Anselm R.Garbe 2006-08-161-1/+1
|
* added sample command to config.default.h to highlight how to query ↵Gravatar Anselm R.Garbe 2006-08-161-0/+2
| | | | class:instance info with a one-liner of shell commands
* applied another config.mk patch made by sanderGravatar Anselm R.Garbe 2006-08-161-1/+1
|
* we close stdin as wellGravatar Anselm R.Garbe 2006-08-161-3/+4
|
* simplified sort | uniq into sort -u (on my boxes all sort support -u)Gravatar Anselm R.Garbe 2006-08-161-1/+1
|
* fixing small bug in config.mkGravatar Anselm R.Garbe 2006-08-151-2/+2
|
* adding forgetten whitespaceGravatar Anselm R.Garbe 2006-08-151-1/+1
|
* added gmane archive to dwm.htmlGravatar Anselm R.Garbe 2006-08-151-1/+1
|
* Added tag 0.9 for changeset fae61afa861755636c4a1070694209ace8efbb6cGravatar Anselm R.Garbe 2006-08-151-0/+1
|
* prepared dwm-0.9Gravatar Anselm R.Garbe 2006-08-151-2/+2
|
* extended cleanupGravatar Anselm R.Garbe 2006-08-152-2/+12
|
* applied Sanders changes to config.arg.hGravatar Anselm R.Garbe 2006-08-151-18/+14
|
* applied jk_to_tab patchGravatar Anselm R.Garbe 2006-08-153-53/+60
|
* changed main event loopGravatar Anselm R.Garbe 2006-08-153-10/+21
|
* removed NUMLOCKMASK, added dynamically calculated numlockmask insteadGravatar Anselm R.Garbe 2006-08-146-19/+29
|
* added Sander to LICENSE (since he has contributed/revised big portions)Gravatar Anselm R.Garbe 2006-08-141-0/+1
|
* applied viewsel.patchGravatar Anselm R.Garbe 2006-08-141-2/+6
|
* applied sanders man page patch, removed button2 from bar clickGravatar Anselm R.Garbe 2006-08-142-22/+24
|
* applied sanders tag()/toggletag() fixesGravatar Anselm R.Garbe 2006-08-141-1/+4
|
* fixedGravatar Anselm R.Garbe 2006-08-142-9/+5
|
* added missing arrangeGravatar Anselm R.Garbe 2006-08-141-0/+1
|
* changed replacetag into toggletagGravatar Anselm R.Garbe 2006-08-144-48/+55
|