aboutsummaryrefslogtreecommitdiff
path: root/dwm.1
AgeCommit message (Collapse)AuthorLines
2007-05-15added new Mod1-b functionality to dwm(1)Anselm R. Garbe-0/+3
2007-05-14added the GTK Save-As bug report to BUGS section of dwm(1)Anselm R. Garbe-0/+8
2007-02-26Escape -s in dwm.1Anselm R. Garbe-25/+25
2007-02-23replacing Mod1-i with Mod1-Shift-j, Mod1-d with Mod1-Shift-kAnselm R. Garbe-6/+6
2007-02-23well I agree to several people claiming h/j/k/l is the better default than ↵Anselm R. Garbe-5/+5
Tab/S-Tab/g/s for focus and master resizing
2007-02-22renamed untiled into floating, keeping tiled instead of tiling (afaik tiled ↵Anselm R. Garbe-11/+11
sounds more correct) - English speakers convinced me
2007-02-22hahaha, untiled and non-untiled sounded really cumbersomeAnselm R. Garbe-1/+1
2007-02-22renamed versatile into untiledAnselm R. Garbe-19/+19
2007-02-22restoring default keybindings as Sander complainedAnselm R. Garbe-4/+4
2007-02-22removed button4/5-bindings for incnmaster on mode label - that is misleadingAnselm R. Garbe-6/+0
2007-02-22fixed order of key bindings described in dwm.1Anselm R. Garbe-5/+5
2007-02-22reusing drawsquare for client title, empty square before title means ↵Anselm R. Garbe-4/+5
versatile window, filled square before title means versatile maximized window.
2007-02-22dwm draws a small caret before the client title if it's a versatile clientAnselm R. Garbe-5/+6
2007-02-22several changes, made togglemax extern and separated it from zoom() - moved ↵Anselm R. Garbe-6/+9
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-19renames swim[ming] into versatileAnselm R. Garbe-10/+10
2007-02-19renamed floating into swimming (this does not clash with C naming ↵Anselm R. Garbe-10/+10
conventions and fits better the fish symbol) - also in man page
2007-02-19introduced Layout structAnselm R. Garbe-19/+19
2007-02-12bugfix of bugfix (thx to Sander)Anselm R. Garbe-1/+1
2007-02-12fixed a bugAnselm R. Garbe-1/+1
2007-02-12during writing 2wm.1 I noticed some bugs in dwm.1Anselm R. Garbe-3/+3
2007-01-26regarding to http://plan9.bell-labs.com/sources/contrib/rsc/man.ps the BUGS ↵Anselm R. Garbe-2/+2
section should appear after SEE ALSO section.
2007-01-26renamed CAVEATS into BUGSAnselm R. Garbe-1/+1
2007-01-17moved BORDERPX to config.*.hAnselm R. Garbe-1/+1
2007-01-14removed client title barAnselm R. Garbe-1/+0
2007-01-10added Button{4,5} description to dwm.1Anselm R. Garbe-0/+6
2007-01-07small grammar fix of dwm.1Anselm R. Garbe-2/+2
2007-01-07changed a term in dwm.1Anselm R. Garbe-1/+1
2007-01-05removed the term clients from dwm.1Anselm R. Garbe-3/+3
2007-01-05changed shortcuts to M-i and M-dAnselm R. Garbe-2/+2
2007-01-05changed plus key to MODKEY-Shift-plus (US-layout restrictions ;)Anselm R. Garbe-1/+1
2007-01-05added MODKEY-{plus,minus} shortcuts (increasing/decreasing master clients)Anselm R. Garbe-0/+6
2006-12-13applied Sanders patcharg@mig29-3/+3
2006-12-13fixed man page, status bar displays EOF instead of "broken pipe"arg@mig29-1/+1
2006-12-13added the java odyssee to CAVEATS sectionarg@mig29-2/+10
2006-12-07we don't use the term clients anymore, windows is the better termarg@mig29-1/+1
2006-12-01and the winner isarg@mig29-2/+3
2006-12-01less obtrusive indicator (only a top line)arg@mig29-1/+1
2006-12-01final2 indicatorarg@mig29-1/+1
2006-12-01final indicatorsarg@mig29-2/+1
2006-11-30removed viewall(), replaced with view(-1); added tag(-1) to tag a client ↵arg@mig29-0/+3
with all tags (new key combo MODKEY-Shift-0)
2006-11-28extended dwm.1 with last changearg@mig29-1/+1
2006-11-27added man page entryarg@mig29-0/+3
2006-11-25applied Manuels patch (thanks to Manuel!)arg@mig29-1/+1
2006-11-24small fix of man pagearg@mig29-1/+1
2006-11-23using the term 'indicated' instead of 'higlighted'arg@mig29-3/+3
2006-11-23updated man page with the bottom right corner indicatorarg@mig29-2/+4
2006-10-31applied Gottox patch to simplify the resizing of col, instead of resizing ↵arg@mig29-2/+2
the current area, it only resizes the master area in the future (seems more predictable)
2006-10-05removed the stack position stuffAnselm R. Garbe-5/+1
2006-10-05final fix for man pageAnselm R. Garbe-3/+3
2006-10-05Button3 click on mode label toggles stack position nowAnselm R. Garbe-2/+3