This website requires JavaScript.
48d0c56eac
Key.mod is uint, Client.[old]bw is int
Anselm R Garbe
2008-05-22 11:50:18 +01:00
825d6cb93a
s/unsigned long/ulong/
Anselm R Garbe
2008-05-22 11:16:23 +01:00
f852504014
s/nextunfloating/nexttiled/, changed zoom() behavior
Anselm R Garbe
2008-05-22 11:12:22 +01:00
c3fa9e879f
s/unsigned int/uint/
Anselm R Garbe
2008-05-22 11:10:08 +01:00
8e05f6c592
s/void */const void */
Anselm R Garbe
2008-05-22 11:08:07 +01:00
39d1ecd5b0
applied Gottox bitmask + void *arg patch
Anselm R Garbe
2008-05-22 11:04:19 +01:00
103fb58a44
some minor fixes
anselm@anselm1
2008-05-19 20:29:57 +01:00
5f55af40ae
simplification
anselm@anselm1
2008-05-19 20:13:24 +01:00
f806a17692
reverted dist target in Makefile
anselm@anselm1
2008-05-19 20:08:31 +01:00
822101dd5b
merged tile.c again into dwm.c
anselm@anselm1
2008-05-19 20:07:12 +01:00
6bdef73a4f
take bar into account
Anselm R Garbe
2008-05-19 17:27:30 +01:00
234b12eb73
be more polite to clients which like to appear outside the window area, but still on the screen
Anselm R Garbe
2008-05-19 17:23:49 +01:00
bd4deaebfc
fixed comment
Anselm R Garbe
2008-05-19 15:36:45 +01:00
499315c22c
fix
Anselm R Garbe
2008-05-19 15:09:16 +01:00
f22d047d41
make it easier for the user, if Xinerama support is given, always use the screen 0 as window area/bar area, everything else can be used for floating clients
Anselm R Garbe
2008-05-19 15:05:46 +01:00
4a5c8d84db
improving space usage if master is left of stack (default)
Anselm R Garbe
2008-05-19 14:44:53 +01:00
71365a524f
only snap within window area
Anselm R Garbe
2008-05-19 13:41:58 +01:00
3afca3e6a1
s/DEFGEOM/CUSTOMGEOM/
Anselm R Garbe
2008-05-19 13:37:46 +01:00
bdc80bdad6
update
Anselm R Garbe
2008-05-19 13:32:43 +01:00
64707da963
updatetilegeom should be fine for setmfact
Anselm R Garbe
2008-05-19 12:42:26 +01:00
549726869b
recent changes, introduced togglebar, changed some defines into variable declarations where possible
Anselm R Garbe
2008-05-19 12:34:54 +01:00
42cb2bd3be
new stuff
Anselm R Garbe
2008-05-17 14:51:12 +01:00
585294ce0f
removed the <M> togglelayout call
Anselm R Garbe
2008-05-17 14:50:37 +01:00
a864a82b34
s/tilegeom/updatetilegeom/
Anselm R Garbe
2008-05-17 14:48:04 +01:00
bd67a82fb5
removed monocle for now
Anselm R Garbe
2008-05-17 14:46:06 +01:00
14d8d828ab
removed the exact focus mechanism of next/prev window
Anselm R Garbe
2008-05-17 14:41:41 +01:00
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
Anselm R Garbe
2008-05-17 14:38:22 +01:00
42c4b31003
removed tileh, renamed tilev into tile again, removed counttiles, tilemaster
Anselm R Garbe
2008-05-17 14:23:05 +01:00
a785a0d712
removed Layout->isfloating
Anselm R Garbe
2008-05-17 14:17:18 +01:00
489ac07e83
removed reapply() -- unnecessary
Anselm R Garbe
2008-05-17 14:06:41 +01:00
349d768b57
renamed setlayout into togglelayout
Anselm R Garbe
2008-05-17 14:04:27 +01:00
6dfa7cac56
removed temporary wildcard handling
Anselm R Garbe
2008-05-15 10:51:37 +01:00
71681c21a5
added wild-card handling for tags
Anselm R Garbe
2008-05-15 10:47:26 +01:00
704781875c
applied nsz's another style patch
Anselm R Garbe
2008-05-14 11:24:35 +01:00
d7cc0f6416
applied nsz's style.diff patch
Anselm R Garbe
2008-05-13 14:33:02 +01:00
6b79f3f326
just added a comment
Anselm R Garbe
2008-05-13 11:27:20 +01:00
446fa8c671
minor fixes
Anselm R Garbe
2008-05-11 20:27:01 +01:00
fa244aa7fb
having monocle on Mod1-m
Anselm R Garbe
2008-05-11 20:25:24 +01:00
7ac4f8a4af
hotfix
Anselm R Garbe
2008-05-11 20:22:20 +01:00
7eb26288fc
removed Geom stuff, introduced updategeom() again, still view is somewhat broken?
Anselm R Garbe
2008-05-11 20:20:53 +01:00
93a4fe1052
cleaned up config.def.h
Anselm R Garbe
2008-05-11 14:54:45 +01:00
5602f44b29
implemented exact focus next, if arg != NULL to focus{next,prev}
Anselm R Garbe
2008-05-11 14:40:37 +01:00
b848f4bda8
applied the proposal by nsz
Anselm R Garbe
2008-05-06 15:52:44 +01:00
86c4797f2c
applied JUCE patch
Anselm R Garbe
2008-05-06 15:13:36 +01:00
c094ed2473
simplification of view() as proposed by anydot
Anselm R Garbe
2008-04-27 18:36:11 +01:00
bfd6079a15
applied yiyus tagset patch
Anselm R Garbe
2008-04-27 18:33:31 +01:00
7f70d90219
applied yiyus fgeom patch
Anselm R Garbe
2008-04-27 18:22:52 +01:00
858251de46
applied dfenze drawtext simplifications
Anselm R Garbe
2008-04-27 18:00:45 +01:00
d26c28c1e7
this is the correct way
anselm@anselm1
2008-04-20 19:09:30 +01:00
b6335776e4
copyright notice is in LICENSE
anselm@anselm1
2008-04-20 19:09:00 +01:00
c059625128
applied Ph's seltags-simplification with some modifications
anselm@anselm1
2008-04-20 18:35:11 +01:00
874837f653
applied Ph's MIN/MAX patch, nice work!
anselm@anselm1
2008-04-20 18:28:21 +01:00
5fa559dbfc
applied Ph's patch regarding geom and lt initialization
anselm@anselm1
2008-04-20 18:23:59 +01:00
146ff227fe
applied Gottox' applyrules() fix
anselm@anselm1
2008-04-20 18:17:33 +01:00
bb0a328978
geometry fix proposed by Jukka
Anselm R Garbe
2008-04-08 11:49:35 +01:00
721b208478
applied applyrules-fix by Jukka, thank you Jukka!
Anselm R Garbe
2008-04-07 09:05:41 +01:00
6229ed20c2
fix
Anselm R Garbe
2008-04-05 19:04:53 +01:00
940240e5e6
applied the proposed monocle patch from the mailinglist
Anselm R Garbe
2008-04-05 18:23:31 +01:00
08c596ed10
next version is 5.0
Anselm R Garbe
2008-04-04 11:15:37 +01:00
9ce6abb95c
Added tag 4.9 for changeset 22c669b2dd36
anselm@anselm1
2008-04-03 21:57:32 +01:00
0e21794e02
yet another cleanup
Anselm R Garbe
2008-04-03 14:39:19 +01:00
d477fb6927
some cleanup changes
Anselm R Garbe
2008-04-03 14:38:58 +01:00
3d6630b7d2
uncommented dual layout in preparation of dwm 4.9
anselm@anselm1
2008-04-02 22:18:09 +01:00
c982bb1389
applied Peter Hartlich's simplification patch of setmfact and his revival of MFACT, appliead Janness Hofmann's simplification of grabbuttons() -- thanks guys!
anselm@anselm1
2008-04-02 22:10:55 +01:00
6cf73e706a
aspects hints seem broken for fullscreen apps
Anselm R Garbe
2008-04-01 15:46:00 +01:00
a520ba3c0b
removed uneccessary line
Anselm R Garbe
2008-03-31 10:09:48 +01:00
0c71b16b92
bugfix
Anselm R Garbe
2008-03-25 09:41:14 +00:00
00c28a7ef2
setmfact should not have any effect if in floating layout
Anselm R Garbe
2008-03-24 14:31:02 +00:00
5a3a2d6b63
minor fix
Anselm R Garbe
2008-03-24 14:24:57 +00:00
a355782a77
revival of mfact and setmfact
Anselm R Garbe
2008-03-24 14:23:28 +00:00
20cd336087
setlayout and setgeom are now togglable again
Anselm R Garbe
2008-03-24 13:49:19 +00:00
a6a216f28c
geom indicator and layout indicator is only displayed if there are several geoms/layouts
Anselm R Garbe
2008-03-24 13:33:32 +00:00
2c2063bc75
hotfix of idxoftag
anselm@anselm1
2008-03-22 16:53:37 +00:00
e6ede461a9
blw/bgw calculation bugfix
anselm@anselm1
2008-03-22 12:47:12 +00:00
6877205e9d
updated configurenotify
Anselm R Garbe
2008-03-19 09:27:17 +00:00
fb5f99d935
minor bugfix in applyrules
anselm@anselm1
2008-03-17 23:45:46 +00:00
7ebab7533a
added sample of {grow,shrink}master to config.def.h
Anselm R Garbe
2008-03-17 17:33:25 +00:00
9fa5ca3538
renamed c->border into c->bw, fixed monocle to subtract c->bw from each h/w value
Anselm R Garbe
2008-03-17 16:29:50 +00:00
fe6b0c0fc1
geoms are now drawed in the status bar
Anselm R Garbe
2008-03-17 16:26:06 +00:00
aa2395b6a8
removed the string-based setgeom approach, introduced a new Geom type instead and a helper macro
Anselm R Garbe
2008-03-17 14:56:11 +00:00
dba22848c7
made the string-based setgeom working
Anselm R Garbe
2008-03-15 14:17:42 +00:00
33b1960220
some experimental state DO NOT USE THIS, I plan to have a nicer interface to change geometries
Anselm R Garbe
2008-03-14 17:17:08 +00:00
e237b2a76f
some changes towards 4.9
Anselm R Garbe
2008-03-14 14:35:45 +00:00
dd9ee6d248
Added tag 4.8 for changeset 607015ddb091
Anselm R Garbe
2008-03-13 16:56:11 +00:00
1380569133
removed the comment again
Anselm R Garbe
2008-03-13 16:30:29 +00:00
831428b00c
some polishing in tileh/tilev
Anselm R Garbe
2008-03-13 13:59:40 +00:00
69439715c0
minor bugfix
Anselm R Garbe
2008-03-13 13:01:42 +00:00
f2e98f48fb
added a new comment
Anselm R Garbe
2008-03-13 12:47:41 +00:00
c19d4b2930
some cleanup
Anselm R Garbe
2008-03-13 12:45:30 +00:00
f77a3d0a62
updated my geoms function
Anselm R Garbe
2008-03-13 10:25:50 +00:00
8aa1533879
update
Anselm R Garbe
2008-03-13 10:24:02 +00:00
2fc9cffdeb
set layout already here
Anselm R Garbe
2008-03-13 10:22:10 +00:00
3c5b6f03ba
well I use a different default tile
Anselm R Garbe
2008-03-13 10:21:03 +00:00
02673538bc
added updatebarpos()
Anselm R Garbe
2008-03-13 10:19:05 +00:00
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
Anselm R Garbe
2008-03-13 10:11:02 +00:00
59107755c8
some polishing
Anselm R Garbe
2008-03-12 16:04:06 +00:00
d05d09b205
updated dwm(1)
Anselm R Garbe
2008-03-12 15:34:36 +00:00
47b1974446
added bx, by, bw, wx, wy, ww, wh, mx, my, mw, mh, mox, moy, mow, moh, tx, ty, tw, th, wx, wy, ww, wh ad variables
anselm@anselm1
2008-03-11 21:52:10 +00:00
247ba66c08
changed config.def.h
Anselm R Garbe
2008-03-06 19:22:00 +00:00
d7b074fcce
new stuff
Anselm R Garbe
2008-03-06 19:20:14 +00:00