Anselm R Garbe
|
3a79b82721
|
changed config.def.h
|
17 years ago |
Anselm R Garbe
|
b31b430592
|
integrated the new -x -y -w toggles of dmenu into my setup
|
17 years ago |
Anselm R Garbe
|
2e95837220
|
implemented the stuff as I discussed on dwm@
|
17 years ago |
Anselm R Garbe
|
2e38296edd
|
renamed maximise to monocle again.
|
17 years ago |
anselm@anselm1
|
295ad21092
|
renamed MAXLEN into MAXTAGLEN (backward compliance)
|
17 years ago |
anselm@anselm1
|
39af3c2607
|
renamed monocle into maxmise, documented the keybindings in dwm(1)
|
17 years ago |
Anselm R Garbe
|
96ee9d888c
|
monocle goes mainstream
|
17 years ago |
anselm@anselm1
|
f7c097e802
|
removed View cruft, now back to the roots
|
17 years ago |
Anselm R Garbe
|
da1b3fa437
|
made tag names snappier
|
17 years ago |
anselm@anselm1
|
f1719ac2de
|
removed initags -- we autoselect the first tag in each view instead
|
17 years ago |
Anselm R Garbe
|
2f70a14ee1
|
some more changes towards a better dwm
|
17 years ago |
anselm@anselm1
|
00ca643bd7
|
proceeded, though we still miss a real Tag struct
|
17 years ago |
anselm@anselm1
|
0271ac0ed7
|
disabled AIM_XINERAMA
|
17 years ago |
anselm@anselm1
|
d5178292ed
|
simplified dwm
|
17 years ago |
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
|
17 years ago |
Anselm R Garbe
|
2e8e5509d9
|
changed arrange functions to contain the Monitor as first argument
|
17 years ago |
anselm@anselm1
|
62b18fb9d4
|
proceeded with multihead/Xinerama support
|
17 years ago |
anselm@anselm1
|
e0d6451086
|
removed maximize, there will be monocle soon
|
17 years ago |
anselm@anselm1
|
7a496e9777
|
fixed wrong tagging stuff
|
17 years ago |
anselm@anselm1
|
308f95ae5a
|
added dmenu_run to config.h
|
17 years ago |
Anselm R. Garbe
|
5f19423c7b
|
simplified Mod-m
|
17 years ago |
Anselm R. Garbe
|
d66ad1457e
|
implemented reapply for re-applying the tagging rules during runtime, Mod-r
|
17 years ago |
Anselm R. Garbe
|
e9a0733506
|
Using a new tags definition (const char [][MAXTAGLEN] - thanks go to Szabolcs!
|
17 years ago |
arg@suckless.org
|
198502f41d
|
moved LENGTH to dwm.c, moved prevtags to dwm.c
|
17 years ago |
Anselm R. Garbe
|
6f60b2e1cd
|
revival of RESIZEHINTS
|
17 years ago |
Anselm R. Garbe
|
34e7872c89
|
replaced Nmacros with LENGTH(x) macro
|
17 years ago |
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.
|
17 years ago |
Anselm R. Garbe
|
93eee247ca
|
going toward 4.7
|
17 years ago |
arg@suckless.org
|
cdd6c3e820
|
removed RESIZEHINTS and enhanced tile for fixed or aspect-ratio'ed clients
|
17 years ago |
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
|
17 years ago |
Anselm R. Garbe
|
883e09b2eb
|
removing NULL-terminating **tags definition in config.h
|
17 years ago |
Anselm R. Garbe
|
57676994ea
|
s/xterm/uxterm/
|
17 years ago |
Anselm R. Garbe
|
c3eca4d14f
|
fixed font definition
|
17 years ago |
Anselm R. Garbe
|
bedbe59aaa
|
applied Peter Hartlich's border collapse patch
|
17 years ago |
Anselm R. Garbe
|
f92a4e45c4
|
fixed colors
|
17 years ago |
Anselm R. Garbe
|
63725004f5
|
updated with my favorite colorscheme
|
17 years ago |
Anselm R. Garbe
|
e9348dcaca
|
applied colors depend from lavishs proposal
|
17 years ago |
Anselm R. Garbe
|
fa857b2896
|
switching to white normal bg, renaming tag 9 into www, for static use in conjunction with ff
|
17 years ago |
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
|
17 years ago |
Anselm R. Garbe
|
8d1810c85b
|
introduced ISTILE, which can be easily extended with other layout functions to allow reuse of setmwfact() and zoom()
|
17 years ago |
arg@suckless.org
|
fe2775a15b
|
made all stuff non-static - so you can choose wether to use dwm the static or the extern way when extending it
|
17 years ago |
Anselm R. Garbe
|
0235a84ef2
|
micromizing dwm step 1
|
17 years ago |
Anselm R. Garbe
|
2091200c95
|
new colorscheme (16-bit compliant)
|
17 years ago |
Anselm R. Garbe
|
5d831eaa94
|
renamed config.default.h into config.h
|
17 years ago |
Anselm R. Garbe
|
73e2aba341
|
removed config.arg.h, only 1 config.h necessary
|
17 years ago |
Anselm R. Garbe
|
ae760f3f38
|
introduced new define RESIZEHINTS, which allows to enable/disable size hint handling in tiled resizals
|
17 years ago |
Anselm R. Garbe
|
a923298d35
|
applied Jukka Salmi's setmwfact patch
|
17 years ago |
Anselm R. Garbe
|
04dec4c943
|
made plural arrays
|
17 years ago |
Anselm R. Garbe
|
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
|
17 years ago |
Anselm R. Garbe
|
0937cc78bf
|
moved floating to layout.c, kept tile.c outside
|
17 years ago |