aboutsummaryrefslogtreecommitdiff
path: root/doc/fluxbox.1.in
AgeCommit message (Collapse)AuthorFilesLines
2021-07-25Add RelativeSmart documentation to the asciidoc source. Thanks toMark Tiefenbruck1-1/+6
Alexey Ugnichev for pointing out its disappearance.
2021-07-07Patch from Thomas LuebkingMark Tiefenbruck1-12/+23
Documents Opaque Resizing and adds a fancy config menu item
2021-07-06Patch from Glen WhitneyMark Tiefenbruck1-1/+6
A priori, there is no reason why the workspace warping functionality should treat the horizontal and vertical directions at all differently. Even if traditionally horizontal warping was more common, for some in recent times as aspect ratios tend to become larger, stacking virtual workspaces vertically may make more sense. Similarly, some might want to traverse an array of workspaces in column-major, rather than row-major, order. Prior to this commit, there were extra parameters for vertical warping (a controlling flag and an offset for how many workspaces to jump) as opposed to horizontal warping. Also it was impossible to allow vertical warping while disallowing vertical warping. This commit makes all of the parameters and behavior for horizontal and vertical warping equivalent. For backwards compatibility, there is an overarching flag controlling whether warping occurs at all, as well as a separate control flag and offset for each of horizontal and vertical warping. The relevant init file resources and default values are: session.screen0.workspaceWarping: true session.screen0.workspaceWarpingHorizontal: true session.screen0.workspaceWarpingVertical: true session.screen0.workspaceWarpingHorizontalOffset: 1 session.screen0.workspaceWarpingVerticalOffset: 1
2021-07-06Patch from Bo Simonsen.Mark Tiefenbruck1-0/+5
Max size per client (setMaxSizePerClient) was computed for iconbar.alignment = Relative not taking into account that a fixed size can be given when iconbar.alignment = Left/Right. In a "recent" change, relative alignment was changed, to better handle items with long titles. This is breaking existing behavior, the new behavior is (with this commit) now denoted RelativeSmart.
2020-04-19Move the systray ordering documentation to the asciidoc fileJan Sucan1-2/+5
The .in file is generated from the .txt file.
2020-04-19Synchronize manpages .in files with their .txt filesJan Sucan1-5/+115
The .in files are generated from the .txt files.
2020-04-09Add description of the system tray ordering to the fluxbox(1) manpageJan Sucan1-0/+7
2016-01-04Add documentation for edge snap feature when resizing.Ulrich Eckhardt1-0/+8
2015-02-08Prepare manpages for 1.3.7Mathias Gumz1-2/+46
2015-01-22Update manpage to reflect -no-slit and -no-toolbarMathias Gumz1-1/+11
2015-01-22Prepare 1.3.7Mathias Gumz1-2/+2
2015-01-05Documentation: white-spaces and minor formattingMathias Gumz1-3/+3
2015-01-03Recreate man-pagesMathias Gumz1-89/+10
2013-02-13Updated Changelog, NEWS, man-pages for 1.3.5Release-1_3_5Mathias Gumz1-2/+2
2013-02-10Updated Changelog, NEWS, man-pages for 1.3.4Release-1_3_4Mathias Gumz1-2/+9
2012-12-30prepared manpages for new releaseMathias Gumz1-3/+3
2011-10-28Prepare 1.3.2 releaseRelease-1_3_2Mathias Gumz1-9/+9
2011-09-02Rebuilding the fluxbox docs to change fix a small grammer mistakePaul Tagliamonte1-24/+30
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-02-19updated documentationHenrik Kinnunen1-3/+12
2010-05-28Add new focus model: StrictMouseFocusJim Ramsay1-5/+5
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 Gumz1-3/+3
2009-06-28change default toolbar head from 0 to 1Mark Tiefenbruck1-295/+142
2009-05-26Updated formatting for RESOURCES and ENVIRONMENTJim Ramsay1-265/+573
2009-05-26Small edits for consistencyJim Ramsay1-14/+15
2009-05-26Created fluxbox-menu(5)Jim Ramsay1-1048/+679
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-26Renamed fluxstyle(1) to fluxbox-style(5)Jim Ramsay1-4/+6
2009-05-26Removed APPLICATIONS section from fluxbox(1)Jim Ramsay1-425/+9
This is now in its own man page, fluxbox-apps(5).
2008-10-19increase default size of toolbar and icon buttonsMark Tiefenbruck1-7/+7
2008-10-13merge menuDelay and menuDelayClose optionsMark Tiefenbruck1-28/+4
2008-10-05remove menu modesMark Tiefenbruck1-6/+0
2008-10-05remove follow modelsMark Tiefenbruck1-12/+0
2008-10-05remove line style resources from init fileMark Tiefenbruck1-7/+0
2008-10-05remove rootcommand from init fileMark Tiefenbruck1-517/+1852
2008-09-04turn on opaque window moving by defaultMark Tiefenbruck1-3/+3
2008-09-02some documentation updatesMark Tiefenbruck1-27/+3
2008-08-22add -sync command line option for debugging X issuesMark Tiefenbruck1-3/+8
2008-08-20fixed some menu documentationMark Tiefenbruck1-11/+11
2008-08-20fix match limits in apps file, plus some documentationMark Tiefenbruck1-51/+39
2008-08-19add [transient] tag to apps file to match transient windowsMark Tiefenbruck1-34/+4
2008-08-18update the manuals for previous commitMark Tiefenbruck1-6/+3
2008-08-18combined code for saved window positions and MoveTo key commandMark Tiefenbruck1-5/+17
added left, right, top, and bottom center reference points
2008-08-18fix some defaultsMark Tiefenbruck1-1/+1
2008-08-18add top, left, right, and bottom center tab placement optionsMark Tiefenbruck1-41/+5
2008-08-06update manual for changes in slit placementMark Tiefenbruck1-11/+2
2008-08-05added new `fluxbox-keys' man pageJim Ramsay1-1176/+946
2007-08-11Removed section GROUPS and fixed some other minor stufffluxgen1-37/+5
2007-06-04* Fix fluxbox.1.in, and asciidoc, menu command is "wallpapers" notgrubert1-1/+1
"wallpaper". asciidoc manpages are stale. --Tis line, and those below, will be ignored-- M ChangeLog M doc/fluxbox.1.in M doc/asciidoc/fluxbox.txt M doc/asciidoc/fluxbox.es.txt M doc/asciidoc/fluxbox.de.txt
2007-04-24actually using now the new manpagesmathias1-999/+1814
2007-01-07part of per-window alpha changessimonb1-0/+4
2006-07-11just a temporary fixfluxgen1-1/+0