On Fri, Feb 09, 2007 at 10:32:12AM +0100, Anselm R. Garbe wrote: > So out of curiosity, I ask, who uses the default config? And if > not, what changes do you make (you can diff the default config > to mine, I use dmenu and some different shortcuts). > > Maybe it would be time to rethink some values of the default > config, esp. some shortcuts? > > 1. You stick with default config? > 2. You basically stick with default config, but > a) use different colors/font > b) use dmenu > c) use some different shortcuts > d) use more rules > 3. You use totally different shortcuts? > 4. You use totally different config?
As 'e' 'i' 'j' 'k' 'm' 'o' 'r' and 'v' are the only unused letterkeys when using zsh with "bindkey -e" set, i changed my config[1] to use only them. I added two keybinds to reset resizemaster and incnmaster (required small change in view.c[2]) and i changed Button4 and Button5 to do resizemaster (+/- 10) instead of incnmaster (required small change in event.c[3]). With the keyboard i change resizemaster in +/- 100 steps. These are the most important changes, i think. [1] http://www.uni-koblenz.de/~asdf/dwm/config.rew.h [2] http://www.uni-koblenz.de/~asdf/dwm/view.rew.diff [3] http://www.uni-koblenz.de/~asdf/dwm/event.rew.diff -- René Wilhelm
