Commit Graph

125 Commits

Author SHA1 Message Date
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 0b5c14cf59 added Mod1-Tab description to dwm.1 2007-10-10 18:51:03 +02:00
Anselm R. Garbe d1f4fbb469 fixed man page 2007-09-30 19:20:05 +02:00
Anselm R. Garbe 08c2d92480 applied Peter Hartlich's togglemax patch to allow toggling tiled clients to maximum 2007-09-18 19:04:50 +02:00
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 2007-09-17 16:42:37 +02:00
Anselm R. Garbe b2f276b0f9 Mod1-Button2 on a floating but not-fixed client will make it tiled again 2007-09-16 13:42:37 +02:00
Anselm R. Garbe d1ce3eac33 now tiled windows can be resized/moved, their floating state will be toggled implicitely 2007-09-16 13:27:33 +02:00
Anselm R. Garbe a92cf496c1 prepared 4.4.1 bugfix and minor feature enhancement release 2007-08-26 12:53:40 +02:00
Anselm R. Garbe aa53e39ec0 removed VRATIO, NMASTER, inc*(), renamed HRATIO into MASTER, see mailinglist for details 2007-08-10 18:16:05 +02:00
Anselm R. Garbe 85c9ebf2fc applied Jukka's dwm.1 patch 2007-08-05 15:58:07 +02:00
Anselm R. Garbe 796925089c changed shortcuts as described on the mailinglist, added sanity checks for ratios during tile (fallback to wah if clients would get too small), documented that new stuff/shortcuts in dwm(1) 2007-08-05 12:47:52 +02:00
Anselm R. Garbe fef6c5c66b added new Mod1-b functionality to dwm(1) 2007-05-15 13:42:07 +02:00
Anselm R. Garbe 124866e269 added the GTK Save-As bug report to BUGS section of dwm(1) 2007-05-14 13:42:00 +02:00
Anselm R. Garbe ee8fb0c6e4 Escape -s in dwm.1 2007-02-26 10:47:11 +01:00
Anselm R. Garbe 2122e39ce1 replacing Mod1-i with Mod1-Shift-j, Mod1-d with Mod1-Shift-k 2007-02-23 13:37:55 +01:00
Anselm R. Garbe 0ea0343a63 well I agree to several people claiming h/j/k/l is the better default than Tab/S-Tab/g/s for focus and master resizing 2007-02-23 10:40:32 +01:00
Anselm R. Garbe 338c083858 renamed untiled into floating, keeping tiled instead of tiling (afaik tiled sounds more correct) - English speakers convinced me 2007-02-22 22:10:16 +01:00
Anselm R. Garbe 671442e89d hahaha, untiled and non-untiled sounded really cumbersome 2007-02-22 18:22:51 +01:00
Anselm R. Garbe 587100873a renamed versatile into untiled 2007-02-22 17:43:41 +01:00
Anselm R. Garbe ba96131af0 restoring default keybindings as Sander complained 2007-02-22 11:45:03 +01:00
Anselm R. Garbe 288098893c removed button4/5-bindings for incnmaster on mode label - that is misleading 2007-02-22 11:09:44 +01:00
Anselm R. Garbe cb9607c284 fixed order of key bindings described in dwm.1 2007-02-22 11:06:37 +01:00
Anselm R. Garbe 84432e6b36 reusing drawsquare for client title, empty square before title means versatile window, filled square before title means versatile maximized window. 2007-02-22 10:57:19 +01:00
Anselm R. Garbe 1a25414ace dwm draws a small caret before the client title if it's a versatile client 2007-02-22 10:52:57 +01:00
Anselm R. Garbe 352cae4380 several changes, made togglemax extern and separated it from zoom() - moved zoom() and togglemax() into layout.c, changed void (*func)(Arg *) into void (*func)(Arg), changed default keybindings of focusnext/focusprev and incmasterw to h/j/k/l accordingly, made keys in config*h appear alphabetically (special keys first), renamed resizemaster into incmasterw, renamed MASTER into MASTERWIDTH 2007-02-22 07:59:13 +01:00
Anselm R. Garbe 6d5f67a092 renames swim[ming] into versatile 2007-02-19 17:12:26 +01:00
Anselm R. Garbe cee56d3863 renamed floating into swimming (this does not clash with C naming conventions and fits better the fish symbol) - also in man page 2007-02-19 17:00:32 +01:00
Anselm R. Garbe cdbc84b9a8 introduced Layout struct 2007-02-19 16:40:36 +01:00
Anselm R. Garbe d0d986dd0e bugfix of bugfix (thx to Sander) 2007-02-12 14:20:47 +01:00
Anselm R. Garbe 9685e7dbc2 fixed a bug 2007-02-12 13:04:29 +01:00
Anselm R. Garbe 37f39afb8e during writing 2wm.1 I noticed some bugs in dwm.1 2007-02-12 11:42:32 +01:00
Anselm R. Garbe 7e98db251e regarding to http://plan9.bell-labs.com/sources/contrib/rsc/man.ps the BUGS section should appear after SEE ALSO section. 2007-01-26 12:41:15 +01:00
Anselm R. Garbe bced9077f9 renamed CAVEATS into BUGS 2007-01-26 12:31:57 +01:00
Anselm R. Garbe caf5a16271 moved BORDERPX to config.*.h 2007-01-17 12:36:29 +01:00
Anselm R. Garbe 6c5dc7017c removed client title bar 2007-01-14 22:27:29 +01:00
Anselm R. Garbe 92cb5ebb7c added Button{4,5} description to dwm.1 2007-01-10 12:56:49 +01:00
Anselm R. Garbe 726ae5bf6d small grammar fix of dwm.1 2007-01-07 19:24:21 +01:00
Anselm R. Garbe 3e11b38349 changed a term in dwm.1 2007-01-07 14:38:41 +01:00
Anselm R. Garbe 6096f8a113 removed the term clients from dwm.1 2007-01-05 15:37:10 +01:00
Anselm R. Garbe 8c4623da80 changed shortcuts to M-i and M-d 2007-01-05 15:11:01 +01:00
Anselm R. Garbe ec7a5ffff1 changed plus key to MODKEY-Shift-plus (US-layout restrictions ;) 2007-01-05 15:04:49 +01:00
Anselm R. Garbe 06bae9dfb7 added MODKEY-{plus,minus} shortcuts (increasing/decreasing master clients) 2007-01-05 14:48:16 +01:00
arg@mig29 c7da124149 applied Sanders patch 2006-12-13 14:15:38 +01:00
arg@mig29 21bd90d7d3 fixed man page, status bar displays EOF instead of "broken pipe" 2006-12-13 13:53:10 +01:00
arg@mig29 c8f96b5b4c added the java odyssee to CAVEATS section 2006-12-13 13:42:17 +01:00
arg@mig29 630e7ff26f we don't use the term clients anymore, windows is the better term 2006-12-07 16:38:57 +01:00
arg@mig29 c73d5cb7b6 and the winner is 2006-12-01 17:45:27 +01:00
arg@mig29 4ba3cfaee9 less obtrusive indicator (only a top line) 2006-12-01 15:03:42 +01:00
arg@mig29 e655e8a7d5 final2 indicator 2006-12-01 12:52:16 +01:00