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
less more (0) -100 -60 tip