Anselm R Garbe
|
bd67a82fb5
|
removed monocle for now
|
17 years ago |
Anselm R Garbe
|
14d8d828ab
|
removed the exact focus mechanism of next/prev window
|
17 years ago |
Anselm R Garbe
|
4246affc15
|
moved all tile()-related stuff into tile.c which is included from config.def.h, the default dwm is now nearly independent from the arrange() algorithm in use
|
17 years ago |
Anselm R Garbe
|
42c4b31003
|
removed tileh, renamed tilev into tile again, removed counttiles, tilemaster
|
17 years ago |
Anselm R Garbe
|
a785a0d712
|
removed Layout->isfloating
|
17 years ago |
Anselm R Garbe
|
489ac07e83
|
removed reapply() -- unnecessary
|
17 years ago |
Anselm R Garbe
|
349d768b57
|
renamed setlayout into togglelayout
|
17 years ago |
Anselm R Garbe
|
fa244aa7fb
|
having monocle on Mod1-m
|
17 years ago |
Anselm R Garbe
|
7eb26288fc
|
removed Geom stuff, introduced updategeom() again, still view is somewhat broken?
|
17 years ago |
Anselm R Garbe
|
93a4fe1052
|
cleaned up config.def.h
|
17 years ago |
Anselm R Garbe
|
5602f44b29
|
implemented exact focus next, if arg != NULL to focus{next,prev}
|
17 years ago |
Anselm R Garbe
|
86c4797f2c
|
applied JUCE patch
|
17 years ago |
Anselm R Garbe
|
7f70d90219
|
applied yiyus fgeom patch
|
17 years ago |
Anselm R Garbe
|
bb0a328978
|
geometry fix proposed by Jukka
|
17 years ago |
Anselm R Garbe
|
d477fb6927
|
some cleanup changes
|
17 years ago |
anselm@anselm1
|
3d6630b7d2
|
uncommented dual layout in preparation of dwm 4.9
|
17 years ago |
anselm@anselm1
|
c982bb1389
|
applied Peter Hartlich's simplification patch of setmfact and his revival of MFACT, appliead Janness Hofmann's simplification of grabbuttons() -- thanks guys!
|
17 years ago |
Anselm R Garbe
|
a355782a77
|
revival of mfact and setmfact
|
17 years ago |
Anselm R Garbe
|
20cd336087
|
setlayout and setgeom are now togglable again
|
17 years ago |
Anselm R Garbe
|
a6a216f28c
|
geom indicator and layout indicator is only displayed if there are several geoms/layouts
|
17 years ago |
Anselm R Garbe
|
7ebab7533a
|
added sample of {grow,shrink}master to config.def.h
|
17 years ago |
Anselm R Garbe
|
fe6b0c0fc1
|
geoms are now drawed in the status bar
|
17 years ago |
Anselm R Garbe
|
aa2395b6a8
|
removed the string-based setgeom approach, introduced a new Geom type instead and a helper macro
|
17 years ago |
Anselm R Garbe
|
dba22848c7
|
made the string-based setgeom working
|
17 years ago |
Anselm R Garbe
|
33b1960220
|
some experimental state DO NOT USE THIS, I plan to have a nicer interface to change geometries
|
17 years ago |
Anselm R Garbe
|
e237b2a76f
|
some changes towards 4.9
|
17 years ago |
Anselm R Garbe
|
95eae7b9d2
|
removed all defines of geoms, implemented setgeoms() instead, added config.anselm.h to show how I'd like to see that people edit their geoms
|
17 years ago |
Anselm R Garbe
|
247ba66c08
|
changed config.def.h
|
17 years ago |
Anselm R Garbe
|
d7b074fcce
|
new stuff
|
17 years ago |
Anselm R Garbe
|
c9170189bf
|
implemented setlayout in the way proposed on the ml, split tile() into two functions, a third will follow soon
|
17 years ago |
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 |