c4b3c0d979
using light colorscheme, preparing merge of config.arg.h with config.default.h
Anselm R. Garbe2007-09-11 20:16:16 +02:00
f3a5116248
I work with enabled RESIZEHINTS, simply because I force myself to continue the st development ;)
Anselm R. Garbe2007-09-09 18:31:19 +02:00
ae760f3f38
introduced new define RESIZEHINTS, which allows to enable/disable size hint handling in tiled resizals
Anselm R. Garbe2007-09-09 18:28:39 +02:00
36672d0401
removed the _DWM_PROPERTIES handling, reverted ban/unban to XMoveWindow(), and changed argument of setlayout to layout[N].symbol check
Anselm R. Garbe2007-08-22 19:01:05 +02:00
55d8dda9f4
replaced static Layout *lt with static unsigned int sellayout... (will be adapted later when _DWM_CONFIG is serialized as root window property)
Anselm R. Garbe2007-08-17 21:19:07 +02:00
e40448fd63
fixed the issue observed by various people, that clients appeared on empty tags
Anselm R. Garbe2007-08-16 18:30:25 +02:00
10bc0ce912
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
Anselm R. Garbe2007-08-16 17:55:55 +02:00
77044e8765
made Layout a static struct in layout.c, added some convenience getters in layout.c, now lt->arrange accesses are not possible anymore, arrange() is the super-arrange function which sets up all layouts
Anselm R. Garbe2007-08-13 19:13:54 +02:00
2d81b78b85
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
Anselm R. Garbe2007-08-11 12:11:50 +02:00
2cd1609770
removed spow(x, 0); calls, I did them for consistency's sake, but it should be rather obvious how the scaling works anyways
Anselm R. Garbe2007-08-05 16:00:08 +02:00
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)
Anselm R. Garbe2007-08-05 12:47:52 +02:00
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.)
Anselm R. Garbe2007-08-04 10:51:39 +02:00
e461e60997
implemented ratio tile as described on the mailinglist
Anselm R. Garbe2007-08-03 19:23:30 +02:00
28c10330bd
changed the fix of yesterday, the resize should only be necessary at manage() time, not on any unban()
Anselm R. Garbe2007-07-31 18:22:13 +02:00
a54cf2ecef
changed ban/unban implementation to not move the windows anymore, but map/unmap them instead - PLEASE TEST THIS
Anselm R. Garbe2007-07-28 17:18:45 +02:00
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
Anselm R. Garbe2007-07-28 12:58:56 +02:00
f2190c8fc2
Added tag 4.3 for changeset e0ec0d5d8b1e
arg@f00b4r2007-07-14 21:14:15 +02:00
c31648d15d
restoring tip to be a working dwm again (switching FONT to terminus in config.arg.h)
arg@f00b4r2007-07-12 19:45:28 +02:00
52250e7c1e
please recheck this patch with Mathematica from Wolfram Research - lemme know if it fixes the geyish blob window bug
Anselm R. Garbe2007-06-19 09:08:15 +02:00
d934296476
Jukka also belongs to Copyright holders after all he has contributed and done for dwm, updated -v as well
Anselm R. Garbe2007-05-30 12:10:01 +02:00