Commit Graph

27 Commits

Author SHA1 Message Date
anselm@anselm1 0271ac0ed7 disabled AIM_XINERAMA 2008-02-26 22:57:23 +00:00
anselm@anselm1 d5178292ed simplified dwm 2008-02-26 22:51:23 +00:00
anselm@anselm1 a3d8c05a95 pushing my changes of tonight upstream (hg tip is NOW very UNSTABLE -- but those changes are necessary to get a decent multihead support) -- I renamed Monitor into View, to reflect in a better way the dwm terminology of the past 2008-02-23 23:11:27 +00:00
Anselm R Garbe 2e8e5509d9 changed arrange functions to contain the Monitor as first argument 2008-02-21 10:14:42 +00:00
anselm@anselm1 62b18fb9d4 proceeded with multihead/Xinerama support 2007-12-22 14:30:47 +00:00
anselm@anselm1 e0d6451086 removed maximize, there will be monocle soon 2007-12-22 12:52:14 +00:00
anselm@anselm1 7a496e9777 fixed wrong tagging stuff 2007-12-22 12:49:04 +00:00
anselm@anselm1 308f95ae5a added dmenu_run to config.h 2007-12-22 12:26:24 +00:00
Anselm R. Garbe 5f19423c7b simplified Mod-m 2007-12-09 13:39:29 +01:00
Anselm R. Garbe d66ad1457e implemented reapply for re-applying the tagging rules during runtime, Mod-r 2007-12-08 20:11:56 +01:00
Anselm R. Garbe e9a0733506 Using a new tags definition (const char [][MAXTAGLEN] - thanks go to Szabolcs! 2007-11-10 19:16:11 +01:00
arg@suckless.org 198502f41d moved LENGTH to dwm.c, moved prevtags to dwm.c 2007-11-07 09:49:53 +01:00
Anselm R. Garbe 6f60b2e1cd revival of RESIZEHINTS 2007-11-02 10:43:39 +01:00
Anselm R. Garbe 34e7872c89 replaced Nmacros with LENGTH(x) macro 2007-10-28 12:52:16 +01:00
Anselm R. Garbe c36f7c3c5e replaced ISTILE with domwfact/dozoom bools, removed nrules, nlayouts and ltidx, added NRULES, NLAYOUTS and Layout *layout as alternatives, removed isarrange(), checking against layout->arrange instead. 2007-10-28 12:41:14 +01:00
Anselm R. Garbe 93eee247ca going toward 4.7 2007-10-27 18:12:54 +02:00
arg@suckless.org cdd6c3e820 removed RESIZEHINTS and enhanced tile for fixed or aspect-ratio'ed clients 2007-10-24 16:26:59 +02:00
Anselm R. Garbe a73de0cff4 added antoszka's viewprev patch with some minor modifications, restored Client->tags as Bool *, however kept the static initialization of ntags and seltags (prevtags) - this seems to be the best compromise 2007-10-10 18:39:28 +02:00
Anselm R. Garbe 883e09b2eb removing NULL-terminating **tags definition in config.h 2007-10-05 18:30:01 +02:00
Anselm R. Garbe 57676994ea s/xterm/uxterm/ 2007-10-01 15:39:37 +02:00
Anselm R. Garbe c3eca4d14f fixed font definition 2007-10-01 11:43:53 +02:00
Anselm R. Garbe bedbe59aaa applied Peter Hartlich's border collapse patch 2007-09-30 12:47:08 +02:00
Anselm R. Garbe f92a4e45c4 fixed colors 2007-09-27 18:59:47 +02:00
Anselm R. Garbe 63725004f5 updated with my favorite colorscheme 2007-09-26 19:14:22 +02:00
Anselm R. Garbe e9348dcaca applied colors depend from lavishs proposal 2007-09-25 20:43:29 +02:00
Anselm R. Garbe fa857b2896 switching to white normal bg, renaming tag 9 into www, for static use in conjunction with ff 2007-09-23 18:50:04 +02:00
Anselm R. Garbe 17d39ee014 renamed config.h into config.def.h, config.h will be created if not present, this seems less annoying after all 2007-09-23 11:24:12 +02:00