aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2006-08-02implemented the idea presented by Sander for dwm targetarg@10ksloc.org
2006-08-02changing MASTERW value from 52 to 60 (in both, default and arg), I feel this ↵arg@10ksloc.org
is better now
2006-08-02fixed a type in README, and patched config.mkarg@10ksloc.org
2006-08-02updated dwm.htmlarg@10ksloc.org
2006-08-02Added tag 0.6 for changeset c11f86db4550cac5d0a648a3fe4d6d3b9a4fcf7earg@10ksloc.org
2006-08-02removed config.h (stupid hg)0.6arg@10ksloc.org
2006-08-02removed the CONFIG variable from config.mk, renamed config.h into ↵arg@10ksloc.org
config.default.h, after first clone/extract one needs to copy config.default.h to config.h, that is easier than always heavy typing make CONFIG=blafasel
2006-08-02added Acroread.* and MPlayer.* to config.arg.h rulesarg@10ksloc.org
2006-08-02made fullscreen apps working fine in floating mode (there is no sane way to ↵arg@10ksloc.org
make them work in tiled mode, thus I switch to floating mode if I run such kind of app), also fixed the xterm issue reported by Sander
2006-08-02new stuffarg@10ksloc.org
2006-08-02dwm is now exit, if stdin is closed due broken pipearg@10ksloc.org
2006-08-02implemented focus on enterwindow on titlebarsarg@10ksloc.org
2006-08-02applied Sanders patches (numlock2)arg@10ksloc.org
2006-08-02reverting to old resize policyarg@10ksloc.org
2006-08-02new resize stuff (using XConfigureWindow instead of XSendEvent)arg@10ksloc.org
2006-08-01renamed WM_PROTOCOL_DELWIN into PROTODELWINarg@10ksloc.org
2006-08-01renamed ARRANGE into DEFMODEarg@10ksloc.org
2006-08-01small fixes to dwm.htmlarg@10ksloc.org
2006-08-01simplified READMEarg@10ksloc.org
2006-08-01removed 1 missing LOCarg@10ksloc.org
2006-08-01removed 5LOCarg@10ksloc.org
2006-08-01removed artefacts of single-linked list (thanx to Jukka, I must have been mad)arg@10ksloc.org
2006-08-01cleaned config.*h to prevent some confusionarg@10ksloc.org
2006-08-01saved 2LOCarg@10ksloc.org
2006-08-01uppercasing all define'd values (uppercase-prefixed should only be enum ↵arg@10ksloc.org
field qualifiers)
2006-08-01fixed config.h filesarg@10ksloc.org
2006-08-01centralized/externalized configuration to config.harg@10ksloc.org
2006-08-01applied Cedric's NumLock patcharg@10ksloc.org
2006-08-01applied Jukkas prev/next patch with XK_{h,l}arg@10ksloc.org
2006-08-01applied Sanders patchesarg@10ksloc.org
2006-08-01committed a patch which fixes the hints of Jukkaarg@10ksloc.org
2006-07-21updated htmlarg@10ksloc.org
2006-07-21Added tag 0.5 for changeset 22213b9a2114167ee8ba019a012e27da0422a61aarg@10ksloc.org
2006-07-21prepared 0.50.5arg@10ksloc.org
2006-07-21some cleanups/fixes inspired by Jukka Salmi's feedbackarg@10ksloc.org
2006-07-21simplified main.c, switching back to single urxvt usagearg@10ksloc.org
2006-07-21s/sleep 5/sleep 2/arg@10ksloc.org
2006-07-21changed the status info README hint (more simple now, no extra script necessary)arg@10ksloc.org
2006-07-21s/0.5/0.6/ - my steps are wider than the realityarg@10ksloc.org
2006-07-21applied sanders maxfix patcharg@10ksloc.org
2006-07-21added a note how to achieve status info in the bararg@10ksloc.org
2006-07-21preparing 0.6 which will be available in the evening after sanders patch approx.arg@10ksloc.org
2006-07-21sanitization of several clunky stuff, removed heretag (rarely of use), ↵arg@10ksloc.org
simplified pop(), changed shortcuts to always contain MODKEY
2006-07-20applied sanders no_sizehints for tiled mode patch (thx!)arg@10ksloc.org
2006-07-20serious mistake in pop() (forgot to set c->prev to NULL on pop)arg@10ksloc.org
2006-07-20using double-linked list in order to get correct prev focus handlingarg@10ksloc.org
2006-07-20added yet another CUTOMIZE tagarg@10ksloc.org
2006-07-20cleaned the CUSTOMIZE flagsarg@10ksloc.org
2006-07-20made status bar drawing more robust, implemented togglemax and togglemode, ↵arg@10ksloc.org
works quite well
2006-07-20cleaned up codearg@10ksloc.org