Commit Graph
12 Commits
Author SHA1 Message Date
Anselm R. Garbe 796925089c 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) 2007-08-05 12:47:52 +02:00
Anselm R. Garbe da91dfc948 small fix of static function order 2007-08-04 10:57:56 +02:00
Anselm R. Garbe 4135e34dfa 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.) 2007-08-04 10:51:39 +02:00
Anselm R. Garbe 846128a498 removed a C++ style comment 2007-08-03 19:29:58 +02:00
Anselm R. Garbe e461e60997 implemented ratio tile as described on the mailinglist 2007-08-03 19:23:30 +02:00
Anselm R. Garbe 28c10330bd changed the fix of yesterday, the resize should only be necessary at manage() time, not on any unban() 2007-07-31 18:22:13 +02:00
Anselm R. Garbe 0d40590c2c foo 2007-07-30 21:03:08 +02:00
Anselm R. Garbe 8fda28be35 set client state to iconic on maprequest 2007-07-28 17:25:44 +02:00
Anselm R. Garbe a54cf2ecef changed ban/unban implementation to not move the windows anymore, but map/unmap them instead - PLEASE TEST THIS 2007-07-28 17:18:45 +02:00
Anselm R. Garbe 4b9337a01e removed shiftview(), if you scroll the views in the tag area, you can also use Button1 instead
removed focusclient([-]1) bound to scroll wheel - if you slightly move the mouse you will focus the first client anways which is in the way
2007-07-28 12:58:56 +02:00
Anselm R. Garbe 154497541d applied Jeroen's {clean,spell}.diff patches, thanks Jeroen! 2007-07-26 20:15:02 +02:00
Anselm R. Garbe e0cfe07648 applied Jeroen Schot's shiftview patch 2007-07-24 18:29:29 +02:00