aboutsummaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)AuthorFilesLines
2011-11-01Documentation: update fluxbox-menu for luaPavel Labath1-175/+175
2011-11-01Documentation: update fluxbox(1) with the new default config file namesPavel Labath1-11/+10
2011-11-01Documentation: update fluxbox-keys for luaPavel Labath1-39/+50
2011-11-01Update resource documentation for luaPavel Labath1-104/+100
Mostly just cosmetic changes reflecting the slight change in syntax. I also took the opportunity to remove the groupFile resource: it was already marked as deprecated and it wasn't used in a long time.
2011-11-01Update documentation for the slit clientlistPavel Labath1-22/+15
2011-10-28Prepare 1.3.2 releaseMathias Gumz16-32/+32
2011-10-20fixed typo in startfluxbox manpageMathias Gumz1-1/+1
2011-09-14Documentation: fix default values of a couple more resourcesPavel Labath1-5/+5
2011-09-14Documentation fix: default value of slit.placement resource was wrongPavel Labath1-1/+1
2011-09-14Documentation mentions nonexisting resource: session.numLayersPavel Labath1-3/+2
so I removed the obsolete line.
2011-09-02Rebuilding the fluxbox docs to change fix a small grammer mistakePaul Tagliamonte11-87/+138
Fluxbox's man page had "allows to", which should actually be something like "allows one to". The rest of the .ins were rebuilt as a result. No changes otherwise.
2011-04-03Fix assorted typos in manpagesPavel Labath5-18/+18
2011-03-19updated date of manpagesMathias Gumz9-9/+9
2011-03-18fix some escaping problems in the man pagesMathias Gumz2-22/+23
2011-02-28Removed Russian translation of fluxbox(1).Slava Semushin3-1255/+0
Translation is out of date and may puzzles users.
2011-02-28Removed ONLINE DOCUMENTATION section from man pages.Slava Semushin2-10/+0
Because link in this section not available now.
2011-02-27created manpagesMathias Gumz2-7/+7
2011-02-21cosmetic fix in fluxbox-keysMathias Gumz1-1/+1
2011-02-21fix grammarMathias Gumz1-2/+2
2011-02-20fix spellingPaul Tagliamonte3-3/+3
2011-02-19updated documentationHenrik Kinnunen10-690/+278
2011-02-03added documentation about the 'screen' client-patternMathias Gumz1-0/+5
2011-02-03allow to override 'FocusNewWindow' via .fluxbox/appsPeter Hercek1-0/+4
2010-09-17added 'ArrangeWindowsVertical' to actionsJohn K Pate1-4/+6
2010-09-11added 'SetXProp' action and (@PROP=foo) clientpatternMathias Gumz2-0/+17
these two allow 'tagging' of arbitrary windows with 'tags' (or 'labels'). such 'tagged' windows can then be used in ':NextWindow (@PROP=foo)' commands to quickly cycle through a subset of available windows. since the 'tags' are applied as real xproperties to a window they survive a restart of fluxbox or even another windowmanager. the user can also set the tags by using xprop(1). the next step regarding the UI should be to visualize the tags of a window.
2010-08-22fixed spellingMathias Gumz1-1/+1
2010-08-20implemented 'ActivateTab' action to (re)allow activation of tabs via mouseMathias Gumz1-0/+3
2010-05-28Add new focus model: StrictMouseFocusJim Ramsay2-7/+9
This is not actually implemented yet, but from now on, "MouseFocus" means: Focus follows mouse only when you are moving the mouse, any EnterNotify events caused by non-mouse operations (window closing, keycommands, changing desktops) will *not* shift focus And once fully-implemented, "StrictMouseFocus" will mean: Focus follows mouse on every EnterNotify event (except when the "ClientMenu" closes or during alt+tab window cycling)
2010-01-14recreated the generated manpagesMathias Gumz6-824/+54
2010-01-14fixed spellingPaul Tagliamonte3-4/+4
2009-12-18implemented 'MoveN' and 'ClickN' support in keys file.Mathias Gumz2-13/+40
the hardcoded 'OnTitlebar Mouse1 :Raise' (see Window.cc, FluxboxWindow::buttonPressEvent()) is disabled for now, should be added to fluxbox-update_configs
2009-12-16updated fluxbox-keys documentation, added 'Fullscreen'Paul Tagliamonte2-2/+7
2009-06-28make Raise/LowerLayer accept integer argument for number of layers, default 2Mark Tiefenbruck2-2/+2
2009-06-28allow 'Ctrl' and 'Alt' as modifiers in keys fileMark Tiefenbruck2-222/+29
2009-06-28change default toolbar head from 0 to 1Mark Tiefenbruck2-296/+143
2009-05-27Added warning for "ChangeWorkspace" eventJim Ramsay2-2/+24
2009-05-26Removing improperly-added man pages.Jim Ramsay3-4490/+0
These were leftovers from a marginally-botched rebase of my docs branch before pushing to the main tree.
2009-05-26Allow 'background: unset'Jim Ramsay2-6/+9
When a user sets 'background: none' it really means "Do not let themes touch the background I have already set with fbsetbg" -> It does still actually call fbsetbeg to re-assert the proper background. This new value 'unset' is for users who will use an alternate method to set their background (root-tail, xscreensaver, or whatever). It instructs fluxbox to *never* run fbsetbg.
2009-05-26Added note about cancelling key chainsJim Ramsay2-4/+8
2009-05-26Updated formatting for RESOURCES and ENVIRONMENTJim Ramsay2-527/+932
2009-05-26Added note on ChangeWorkspaceJim Ramsay2-5/+19
2009-05-26Small edits for consistencyJim Ramsay20-283/+274
2009-05-26Added new 'make dist' target for ease in updating the manualsJim Ramsay3-6/+20
2009-05-26Converted startfluxbox(1) to asciidoc formatJim Ramsay5-62/+258
2009-05-26Converted fbsetroot(1) to asciidoc formatJim Ramsay5-119/+372
2009-05-26Moved fbsetbg(1) to asciidoc formatJim Ramsay5-124/+459
2009-05-26Moved fbrun(1) to asciidoc formatJim Ramsay5-74/+402
2009-05-26Created fluxbox-menu(5)Jim Ramsay14-1728/+2438
This separates the menu-syntax portions of fluxbox.txt out into its own man page, and includes a rather large rewrite of much of fluxbox.txt, as well as small improvements in other pages.
2009-05-26Process all asciidoc-generated man pages with sedJim Ramsay5-16/+22
This makes things a bit simpler and more generic.
2009-05-26Renamed fluxstyle(1) to fluxbox-style(5)Jim Ramsay6-23/+29