config.arg.h
Fri, 14 Sep 2007 20:32:12 +0200 Anselm R. Garbe small changes of the colors
Tue, 11 Sep 2007 21:30:27 +0200 Anselm R. Garbe other color
Tue, 11 Sep 2007 20:16:16 +0200 Anselm R. Garbe using light colorscheme, preparing merge of config.arg.h with config.default.h
Sun, 09 Sep 2007 18:31:19 +0200 Anselm R. Garbe I work with enabled RESIZEHINTS, simply because I force myself to continue the st development ;)
Sun, 09 Sep 2007 18:28:39 +0200 Anselm R. Garbe introduced new define RESIZEHINTS, which allows to enable/disable size hint handling in tiled resizals
Fri, 07 Sep 2007 21:22:49 +0200 Anselm R. Garbe 14px fonts drives me nuts
Fri, 17 Aug 2007 21:10:50 +0200 Anselm R. Garbe applied Jukka Salmi's setmwfact patch
Thu, 16 Aug 2007 18:41:22 +0200 Anselm R. Garbe made plural arrays
Thu, 16 Aug 2007 17:55:55 +0200 Anselm R. Garbe made tag/view/toggle{tag,view} work on pointer to tags-array, there was the need to define Key key[] not static to do this. split focusclient into focusnext/prev, fixed config.*.h's
Sun, 12 Aug 2007 13:10:21 +0200 Anselm R. Garbe moved floating to layout.c, kept tile.c outside
Sun, 12 Aug 2007 12:46:08 +0200 Anselm R. Garbe renamed MASTER into MWFACT, master into mwfact, and incmaster into addtomwfact
Sat, 11 Aug 2007 12:11:50 +0200 Anselm R. Garbe separated layout-specific stuff into separate .h and .c files which are included in config.h resp. config.mk - this allows writing layouts for dwm without any need to patch existing code
Fri, 10 Aug 2007 18:16:05 +0200 Anselm R. Garbe removed VRATIO, NMASTER, inc*(), renamed HRATIO into MASTER, see mailinglist for details
Sun, 05 Aug 2007 17:37:40 +0200 Anselm R. Garbe slight change of my color scheme
Sun, 05 Aug 2007 12:47:52 +0200 Anselm R. Garbe changed shortcuts as described on the mailinglist, added sanity checks for ratios during tile (fallback to wah if clients would get too small), documented that new stuff/shortcuts in dwm(1)
Sat, 04 Aug 2007 10:51:39 +0200 Anselm R. Garbe I introduced {H,V}RATIO and inc{h,v,}ratio() functions - the default behaves like in dwm-4.3, config.arg.h shows how I prefer the ratio being handled (for the future I plan to change const char *arg into ..., and renaming Client into Win.)
Fri, 03 Aug 2007 19:23:30 +0200 Anselm R. Garbe implemented ratio tile as described on the mailinglist
Thu, 12 Jul 2007 19:45:28 +0200 arg restoring tip to be a working dwm again (switching FONT to terminus in config.arg.h) 4.3
Wed, 30 May 2007 12:19:28 +0200 Anselm R. Garbe referred to LICENSE file 4.2
Wed, 30 May 2007 12:10:01 +0200 Anselm R. Garbe Jukka also belongs to Copyright holders after all he has contributed and done for dwm, updated -v as well
Tue, 29 May 2007 11:57:08 +0200 Anselm R. Garbe added nsz to copyright holders as well, because he did a lot recently
Tue, 29 May 2007 11:47:55 +0200 Anselm R. Garbe added anydot to Copyright holders, because he contributed a lot recently
Thu, 24 May 2007 15:55:28 +0200 Anselm R. Garbe rev 900, cool
Thu, 24 May 2007 15:53:48 +0200 Anselm R. Garbe fo
Tue, 15 May 2007 12:09:18 +0200 Anselm R. Garbe made bar togglalble
Wed, 18 Apr 2007 17:29:38 +0200 Anselm R. Garbe using pixelcarnage-monospace (proggyclean), because this is better to the eyes
Fri, 13 Apr 2007 11:40:09 +0200 Anselm R. Garbe yet another fix of copyright compactisition
Sat, 24 Feb 2007 15:40:50 +0100 Anselm R. Garbe prepared 3.7, ready to rambo 3.7
Fri, 23 Feb 2007 13:37:55 +0100 Anselm R. Garbe replacing Mod1-i with Mod1-Shift-j, Mod1-d with Mod1-Shift-k
Fri, 23 Feb 2007 11:17:07 +0100 Anselm R. Garbe oops, small bugfix in my config
Fri, 23 Feb 2007 10:40:32 +0100 Anselm R. Garbe well I agree to several people claiming h/j/k/l is the better default than Tab/S-Tab/g/s for focus and master resizing
Thu, 22 Feb 2007 22:10:16 +0100 Anselm R. Garbe renamed untiled into floating, keeping tiled instead of tiling (afaik tiled sounds more correct) - English speakers convinced me
Thu, 22 Feb 2007 17:58:45 +0100 Anselm R. Garbe nah, I don't want 640 as MASTERWIDTH
Thu, 22 Feb 2007 17:52:45 +0100 Anselm R. Garbe using MASTERWIDTH=640 and 32px steps by default (incmasterw())
Thu, 22 Feb 2007 17:43:41 +0100 Anselm R. Garbe renamed versatile into untiled
Thu, 22 Feb 2007 15:25:19 +0100 Anselm R. Garbe merged focus{prev.next} into focusclient(1/-1)
Thu, 22 Feb 2007 11:42:08 +0100 Anselm R. Garbe replaced Arg union with const char *arg, seems cleaner to me, even if we need atoi() in some places
Thu, 22 Feb 2007 09:29:38 +0100 Anselm R. Garbe nah grouped keybindings by context
Thu, 22 Feb 2007 07:59:13 +0100 Anselm R. Garbe several changes, made togglemax extern and separated it from zoom() - moved zoom() and togglemax() into layout.c, changed void (*func)(Arg *) into void (*func)(Arg), changed default keybindings of focusnext/focusprev and incmasterw to h/j/k/l accordingly, made keys in config*h appear alphabetically (special keys first), renamed resizemaster into incmasterw, renamed MASTER into MASTERWIDTH
Wed, 21 Feb 2007 17:00:06 +0100 Anselm R. Garbe optimizing background color of terminals
Wed, 21 Feb 2007 16:57:21 +0100 Anselm R. Garbe using 333 as background, hey proggyclean is really good
Wed, 21 Feb 2007 16:53:25 +0100 Anselm R. Garbe switching to 13pt proggyclean (this fits better my 1920x1200 resolution than 12pt terminus which is too small or 14pt terminus which is too fat)
Wed, 21 Feb 2007 16:47:53 +0100 Anselm R. Garbe using smaller font
Wed, 21 Feb 2007 15:47:52 +0100 Anselm R. Garbe using a green selborder
Wed, 21 Feb 2007 13:31:04 +0100 Anselm R. Garbe reverting to bg 555
Wed, 21 Feb 2007 13:29:02 +0100 Anselm R. Garbe s/555/357/ for SELCOLOR
Wed, 21 Feb 2007 13:24:37 +0100 Anselm R. Garbe switching to urxvtcd for the moment (the uxterm flicker makes me headaches, st is really highest prio now)
Wed, 21 Feb 2007 11:30:52 +0100 Anselm R. Garbe cleaned up and commented the config.*.h
Mon, 19 Feb 2007 18:33:15 +0100 Anselm R. Garbe replaced togglelayout with setlayout
Mon, 19 Feb 2007 18:19:43 +0100 Anselm R. Garbe changed some odering in config*.h
Mon, 19 Feb 2007 17:18:24 +0100 Anselm R. Garbe renamed Client->versatile and Rule->versatile into Client->isversatile resp. Rule->isversatile
Mon, 19 Feb 2007 17:12:26 +0100 Anselm R. Garbe renames swim[ming] into versatile
Mon, 19 Feb 2007 17:00:32 +0100 Anselm R. Garbe renamed floating into swimming (this does not clash with C naming conventions and fits better the fish symbol) - also in man page
Mon, 19 Feb 2007 16:40:36 +0100 Anselm R. Garbe introduced Layout struct
Mon, 19 Feb 2007 13:00:29 +0100 Anselm R. Garbe introduced tile.c, some refactoring of functions
Wed, 14 Feb 2007 09:31:23 +0100 Anselm R. Garbe simplifying regexps in config samples 3.5
Thu, 08 Feb 2007 11:48:01 +0100 Anselm R. Garbe added TOPBAR option for making the bar appear what the user likes
Mon, 22 Jan 2007 16:02:37 +0100 Anselm R. Garbe darker border
Fri, 19 Jan 2007 08:05:39 +0100 Anselm R. Garbe I prefer BORDERPX=1
Thu, 18 Jan 2007 11:46:39 +0100 Anselm R. Garbe personally I prefer 2px borders
Wed, 17 Jan 2007 12:36:29 +0100 Anselm R. Garbe moved BORDERPX to config.*.h
Tue, 16 Jan 2007 11:28:17 +0100 Anselm R. Garbe s/444/555/g - enlightened selected background
Tue, 16 Jan 2007 11:12:34 +0100 Anselm R. Garbe applied sanders patch of my config
Sun, 14 Jan 2007 22:37:34 +0100 Anselm R. Garbe implemented new color scheme accordingly to Sanders proposal
Sun, 14 Jan 2007 22:32:26 +0100 Anselm R. Garbe removed mode label stuff
Fri, 12 Jan 2007 13:06:15 +0100 Anselm R. Garbe nah the last change feels bad
Fri, 12 Jan 2007 12:48:51 +0100 Anselm R. Garbe changed incnmaster shortcuts in config.arg.h
Thu, 11 Jan 2007 16:38:45 +0100 Anselm R. Garbe this looks better now ;)
Thu, 11 Jan 2007 16:03:06 +0100 Anselm R. Garbe switching to arabic tags
Mon, 08 Jan 2007 17:33:24 +0100 Anselm R. Garbe implemented nmaster appearance in mode label (using %u)
Mon, 08 Jan 2007 12:43:10 +0100 Anselm R. Garbe changed status fg
Fri, 05 Jan 2007 22:27:26 +0100 Anselm R. Garbe using shorter tags, using mon instead of cert
Fri, 05 Jan 2007 22:22:18 +0100 Anselm R. Garbe roman numerals suck badly, reverting
Fri, 05 Jan 2007 22:13:44 +0100 Anselm R. Garbe switching to roman tags, I need more tags
Fri, 05 Jan 2007 22:03:09 +0100 Anselm R. Garbe I inc/decrease on the fly, feels better
Fri, 05 Jan 2007 15:11:01 +0100 Anselm R. Garbe changed shortcuts to M-i and M-d
Fri, 05 Jan 2007 15:04:49 +0100 Anselm R. Garbe changed plus key to MODKEY-Shift-plus (US-layout restrictions ;)
Fri, 05 Jan 2007 14:49:18 +0100 Anselm R. Garbe I prefer two master windows by default
Fri, 05 Jan 2007 14:48:16 +0100 Anselm R. Garbe added MODKEY-{plus,minus} shortcuts (increasing/decreasing master clients)
Fri, 05 Jan 2007 12:50:39 +0100 Anselm R. Garbe experimental version which allows master clients being increased/decreased
Thu, 04 Jan 2007 14:51:43 +0100 Anselm R. Garbe switching bakc to my previous color favorit
Tue, 02 Jan 2007 16:29:01 +0100 arg using more thinkpad compliant colors
Tue, 02 Jan 2007 16:25:01 +0100 arg changed arg's color scheme
Tue, 02 Jan 2007 15:44:19 +0100 arg corrections
Tue, 02 Jan 2007 15:37:58 +0100 arg next version will contain updated copyright notice
Tue, 19 Dec 2006 11:38:08 +0100 arg migrated arg's config.h to new dmenu command line options
Thu, 07 Dec 2006 14:39:31 +0100 arg found compromise for fonts 2.6
Thu, 07 Dec 2006 10:43:34 +0100 arg switching to uxterm again, I get kretze from this urxvt crap
Tue, 05 Dec 2006 14:21:18 +0100 arg making terminus more explicit a regular font (otherwise olique font might be used in some setups like mine).
Fri, 01 Dec 2006 15:50:22 +0100 arg darkening the fg colors somewhat
Thu, 30 Nov 2006 15:27:43 +0100 arg removed viewall(), replaced with view(-1); added tag(-1) to tag a client with all tags (new key combo MODKEY-Shift-0)
Mon, 27 Nov 2006 17:49:58 +0100 arg returning to old Key struct
Mon, 27 Nov 2006 13:21:38 +0100 arg changing Key.func into Key.func[NFUNCS], this allows sequences execution of functions per keypress (avoids implementing useless masterfunctions which call atomic ones)
Mon, 27 Nov 2006 10:57:37 +0100 arg added togglefloat to hg tip (i consider this useful for some cases), using MODKEY-Shift-space as shortcut
Tue, 21 Nov 2006 12:17:47 +0100 arg using iso10646 explicitely in arg's config.h
Sat, 18 Nov 2006 21:33:33 +0100 arg nah reverting to my prev style, that's really the best 2.2
Sat, 18 Nov 2006 21:26:53 +0100 arg applying aluminium style for arg's config.h
Wed, 08 Nov 2006 17:16:38 +0100 arg using a more blue-ish color...
Wed, 08 Nov 2006 17:10:51 +0100 arg making the selected color more lightning
Tue, 31 Oct 2006 12:07:32 +0100 arg renamed resizecol into resizemaster 2.1
Mon, 30 Oct 2006 12:40:10 +0100 arg in a 1920x1200 setup 40 pixels of snap value are much better than 20
Mon, 30 Oct 2006 11:58:05 +0100 arg added screen-border snapping in floating mode, feels quite well
Fri, 27 Oct 2006 10:24:15 +0200 arg stupid urxvt needs bg to highlight selections in a sane way, though that makes sense to some extend
Thu, 26 Oct 2006 15:29:20 +0200 arg applied sander's config.*h nitpick patch
Thu, 26 Oct 2006 12:22:26 +0200 arg forgot to use -tr, which actually prevents the ugly flicker (using xsetroot -solid black as root window pixmap to make this work nicely)
Thu, 26 Oct 2006 12:13:41 +0200 arg using MASTER 600 again, it is definately better, and using urxvtc for the moment (it doesn't flickers on refreshes, but this is not because of Marc Lehmann, it is because of the original rxvt code)
Thu, 26 Oct 2006 11:21:45 +0200 arg changing MASTER in config.arg.h from 600 to 550 per thousand
Thu, 26 Oct 2006 10:21:27 +0200 arg my new 1920x1200 Z61p arrived, now I can use terminus in a sane way...
Fri, 13 Oct 2006 18:47:24 +0200 Anselm R. Garbe using lsx instead of Jukka's shell construct
Fri, 06 Oct 2006 11:50:15 +0200 Anselm R. Garbe code polishing, removed unnecessary newlines
Thu, 05 Oct 2006 19:27:28 +0200 Anselm R. Garbe removed the stack position stuff
Thu, 05 Oct 2006 18:18:47 +0200 Anselm R. Garbe changing MASTER value from percent into per mill
Thu, 05 Oct 2006 12:59:35 +0200 Anselm R. Garbe keep master ratio on resizecol -> arrange
Fri, 29 Sep 2006 18:40:32 +0200 Anselm R. Garbe using ff tiled again, seems to work perfectly with new bottom stack
Fri, 29 Sep 2006 18:08:20 +0200 Anselm R. Garbe added symbols for different modes
Fri, 29 Sep 2006 17:25:49 +0200 Anselm R. Garbe removed useless updatemaster
Fri, 29 Sep 2006 17:02:56 +0200 Anselm R. Garbe removed the direction flipping
Fri, 29 Sep 2006 16:44:02 +0200 Anselm R. Garbe small change
Fri, 29 Sep 2006 16:22:20 +0200 Anselm R. Garbe added the new dotile as described on ml
Fri, 29 Sep 2006 12:38:27 +0200 Anselm R. Garbe first step to a more flexible dotile() algorithm
less more (0) -120 tip