Commit Graph

152 Commits

Author SHA1 Message Date
Anselm R Garbe ea8a4ca46a several changes towards 5.3, XINERAMA is disabled by default, introduced usegrab Bool for grabbing the server during mouse-based resizals/movements (disabled by default), continued debugging tile() with resizehints == True and a lot of terminals supporting resizehints, still no optimal solution, I need to think about it, considering recursive algorithm for the space optimization 2008-10-19 12:59:18 +01:00
Anselm R Garbe ec11a3470c introduced NOBORDER macro to hide the nasty - 2 * c->bw in various calculations, moved tagset to config.def.h 2008-08-27 12:52:44 +01:00
Anselm R Garbe 051a404b66 added a comment about FAQ regarding mfact meaning 2008-08-18 09:11:15 +01:00
Anselm R Garbe b279cef670 made readin a config.h variable 2008-08-02 19:12:15 +01:00
Premysl Hruby 78f0f8595f make hg tip compilable with default config 2008-07-18 10:57:32 +02:00
Anselm R Garbe c86ed46a1b got rid of compile time xidx configuration, querying mouse pointer instead 2008-07-16 18:33:51 +01:00
Anselm R Garbe a6d23fb61c removed useless comment 2008-07-02 11:19:02 +01:00
Anselm R Garbe 829b6b57e7 removed useless characters 2008-06-24 12:40:48 +01:00
Anselm R Garbe b86c818599 applied Gottox' ClkTagBar patch 2008-06-20 16:52:07 +01:00
Anselm R Garbe 12ea925076 untested monocle 2008-06-19 11:38:53 +01:00
Anselm R Garbe d8fad9bf7a branch merge 2008-06-17 11:20:18 +01:00
Anselm R Garbe f25cc5678f tiled layout resizehints should be respected by default 2008-06-17 11:19:17 +01:00
arg@suckless.org ae1d865ac0 s/tags ref/tags mask/ 2008-06-15 23:27:08 +02:00
Anselm R Garbe e3da222c1e removed scroll-wheel based focussing on window title clicks 2008-06-14 11:25:42 +01:00
Anselm R Garbe 66608a60fe fix of swapped focusstack mouse buttons 2008-06-14 11:23:16 +01:00
Anselm R Garbe 9ff5143acb removed root window click handling 2008-06-14 11:21:50 +01:00
Anselm R Garbe 1edf6a7866 removed font and color definitions 2008-06-14 10:38:18 +01:00
Anselm R Garbe 512541bfbd update 2008-06-12 16:37:03 +01:00
Anselm R Garbe 5cd65f8cd8 integrated yiyus mouse.diff (though the bar click handling is slightly broken, I'm to tired to debug it now, yiyus could you please?) 2008-06-11 20:41:28 +01:00
Anselm R Garbe e3838e8585 made Xinerama screen index customizable 2008-06-11 19:55:07 +01:00
Anselm R Garbe d662f98d89 added nsz' patch 2008-06-11 14:10:18 +01:00
Anselm R Garbe c56533615f integrated Peter Hartlich's patch, removed const char *c from union, simplified togglelayout 2008-06-11 09:34:00 +01:00
Anselm R Garbe a8e0772c4d applied anydot's patchset.diff 2008-06-11 09:12:06 +01:00
Anselm R Garbe c26e22ccee Gottox' drawtext simplification 2008-06-01 11:58:19 +01:00
Anselm R Garbe c2784e4a38 applied noviewprev.diff, fix.diff and unusedflags.diff 2008-06-01 10:54:02 +01:00
Anselm R Garbe 2d4faae522 removed Layout->updategeom, unnecessary 2008-05-26 09:54:34 +01:00
Anselm R Garbe 0fe2e783e9 applied yiyus domax patch with slight modifications 2008-05-26 09:39:57 +01:00
Anselm R Garbe 0528a37c79 s/int/uint/ in config.h 2008-05-22 14:02:31 +01:00
Anselm R Garbe 9f569fac74 setmfact argument was wrong 2008-05-22 12:00:50 +01:00
Anselm R Garbe 39d1ecd5b0 applied Gottox bitmask + void *arg patch 2008-05-22 11:04:19 +01:00
anselm@anselm1 822101dd5b merged tile.c again into dwm.c 2008-05-19 20:07:12 +01:00
Anselm R Garbe 549726869b recent changes, introduced togglebar, changed some defines into variable declarations where possible 2008-05-19 12:34:54 +01:00
Anselm R Garbe 585294ce0f removed the <M> togglelayout call 2008-05-17 14:50:37 +01:00
Anselm R Garbe bd67a82fb5 removed monocle for now 2008-05-17 14:46:06 +01:00
Anselm R Garbe 14d8d828ab removed the exact focus mechanism of next/prev window 2008-05-17 14:41:41 +01:00
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 2008-05-17 14:38:22 +01:00
Anselm R Garbe 42c4b31003 removed tileh, renamed tilev into tile again, removed counttiles, tilemaster 2008-05-17 14:23:05 +01:00
Anselm R Garbe a785a0d712 removed Layout->isfloating 2008-05-17 14:17:18 +01:00
Anselm R Garbe 489ac07e83 removed reapply() -- unnecessary 2008-05-17 14:06:41 +01:00
Anselm R Garbe 349d768b57 renamed setlayout into togglelayout 2008-05-17 14:04:27 +01:00
Anselm R Garbe fa244aa7fb having monocle on Mod1-m 2008-05-11 20:25:24 +01:00
Anselm R Garbe 7eb26288fc removed Geom stuff, introduced updategeom() again, still view is somewhat broken? 2008-05-11 20:20:53 +01:00
Anselm R Garbe 93a4fe1052 cleaned up config.def.h 2008-05-11 14:54:45 +01:00
Anselm R Garbe 5602f44b29 implemented exact focus next, if arg != NULL to focus{next,prev} 2008-05-11 14:40:37 +01:00
Anselm R Garbe 86c4797f2c applied JUCE patch 2008-05-06 15:13:36 +01:00
Anselm R Garbe 7f70d90219 applied yiyus fgeom patch 2008-04-27 18:22:52 +01:00
Anselm R Garbe bb0a328978 geometry fix proposed by Jukka 2008-04-08 11:49:35 +01:00
Anselm R Garbe d477fb6927 some cleanup changes 2008-04-03 14:38:58 +01:00
anselm@anselm1 3d6630b7d2 uncommented dual layout in preparation of dwm 4.9 2008-04-02 22:18:09 +01:00
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! 2008-04-02 22:10:55 +01:00
Anselm R Garbe a355782a77 revival of mfact and setmfact 2008-03-24 14:23:28 +00:00
Anselm R Garbe 20cd336087 setlayout and setgeom are now togglable again 2008-03-24 13:49:19 +00:00
Anselm R Garbe a6a216f28c geom indicator and layout indicator is only displayed if there are several geoms/layouts 2008-03-24 13:33:32 +00:00
Anselm R Garbe 7ebab7533a added sample of {grow,shrink}master to config.def.h 2008-03-17 17:33:25 +00:00
Anselm R Garbe fe6b0c0fc1 geoms are now drawed in the status bar 2008-03-17 16:26:06 +00:00
Anselm R Garbe aa2395b6a8 removed the string-based setgeom approach, introduced a new Geom type instead and a helper macro 2008-03-17 14:56:11 +00:00
Anselm R Garbe dba22848c7 made the string-based setgeom working 2008-03-15 14:17:42 +00:00
Anselm R Garbe 33b1960220 some experimental state DO NOT USE THIS, I plan to have a nicer interface to change geometries 2008-03-14 17:17:08 +00:00
Anselm R Garbe e237b2a76f some changes towards 4.9 2008-03-14 14:35:45 +00:00
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 2008-03-13 10:11:02 +00:00
Anselm R Garbe 247ba66c08 changed config.def.h 2008-03-06 19:22:00 +00:00
Anselm R Garbe d7b074fcce new stuff 2008-03-06 19:20:14 +00:00
Anselm R Garbe c9170189bf implemented setlayout in the way proposed on the ml, split tile() into two functions, a third will follow soon 2008-03-06 18:53:15 +00:00
Anselm R Garbe 3a79b82721 changed config.def.h 2008-03-05 21:14:57 +00:00
Anselm R Garbe b31b430592 integrated the new -x -y -w toggles of dmenu into my setup 2008-03-05 19:03:45 +00:00
Anselm R Garbe 2e95837220 implemented the stuff as I discussed on dwm@ 2008-03-05 18:31:08 +00:00
Anselm R Garbe 2e38296edd renamed maximise to monocle again. 2008-03-05 10:31:37 +00:00
anselm@anselm1 295ad21092 renamed MAXLEN into MAXTAGLEN (backward compliance) 2008-03-04 21:41:36 +00:00
anselm@anselm1 39af3c2607 renamed monocle into maxmise, documented the keybindings in dwm(1) 2008-03-04 21:40:49 +00:00
Anselm R Garbe 96ee9d888c monocle goes mainstream 2008-03-04 18:58:23 +00:00
anselm@anselm1 f7c097e802 removed View cruft, now back to the roots 2008-03-03 21:40:37 +00:00
Anselm R Garbe da1b3fa437 made tag names snappier 2008-02-29 11:59:28 +00:00
anselm@anselm1 f1719ac2de removed initags -- we autoselect the first tag in each view instead 2008-02-28 20:02:57 +00:00
Anselm R Garbe 2f70a14ee1 some more changes towards a better dwm 2008-02-28 17:07:30 +00:00
anselm@anselm1 00ca643bd7 proceeded, though we still miss a real Tag struct 2008-02-27 21:50:50 +00:00
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