aboutsummaryrefslogtreecommitdiff
path: root/doc/asciidoc/fluxbox.txt
AgeCommit message (Collapse)AuthorFilesLines
2021-07-25Add RelativeSmart documentation to the asciidoc source. Thanks toMark Tiefenbruck1-0/+2
Alexey Ugnichev for pointing out its disappearance.
2021-07-07Patch from Thomas LuebkingMark Tiefenbruck1-0/+22
Documents Opaque Resizing and adds a fancy config menu item
2021-07-06Patch from Glen WhitneyMark Tiefenbruck1-2/+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
2020-04-19Move the systray ordering documentation to the asciidoc fileJan Sucan1-0/+8
The .in file is generated from the .txt file.
2016-09-21document generic toolbar buttonsThomas Lübking1-1/+18
2016-09-11fix window placement documentationThomas Lübking1-0/+3
2016-09-03document iconified title decoThomas Lübking1-0/+6
2016-08-26add autoraising to toolbar and slitThomas Lübking1-0/+20
2016-08-26add support for artificial struts (per head)Thomas Lübking1-0/+9
Allows to maintain access to desktop fractions etc. against maximized windows. Also permits to OnToolbar clicks in this case, eg. to raise it. REQUEST: 150
2016-07-03list strict mouse focus in FOCUS POLICY sectionThomas Lübking1-0/+2
of man 1 fluxbox. BUG: 950
2016-01-04Add documentation for edge snap feature when resizing.Ulrich Eckhardt1-0/+8
2015-02-08Prepare manpages for 1.3.7Mathias Gumz1-1/+1
2015-02-05Update documentation to reflect menu search optionsMathias Gumz1-0/+11
2015-01-22Update manpage to reflect -no-slit and -no-toolbarMathias Gumz1-0/+6
2015-01-22Prepare 1.3.7Mathias Gumz1-1/+1
2015-01-05Documentation: white-spaces and minor formattingMathias Gumz1-116/+116
2015-01-03Update release versionMathias Gumz1-1/+1
2014-02-18Fix race condition on shutdownMathias Gumz1-3/+2
This commit fixes primarily a race condition that occurs when xinit(1) shuts down: by not acting properly fluxbox gets caught in an infinite loop. It caused bug #1100. xinit(1) sends a SIGHUP signal to all processes. fluxbox tries to shutdown itself properly by shutting down workspaces and screens. While doing that, the Xserver might be gone already. Additionally, fluxbox used to restart() itself on SIGHUP, which is clearly not the right thing to do when xinit(1) is about to end the session. So, fluxbox does this: * handling SIGHUP now shuts down fluxbox without clearing workspaces and screens. * A 2 second alarm() is triggered in Fluxbox::shutdown() as a last resort * XSetIOErrorHandler() is used to recognize the disconnect from the xserver. * SIGUSR1 is for restarting fluxbox, SIGUSR2 for reloading the config * FbTk/SignalHandler.cc/hh is gone; this unused abstraction served currently no real purpose. Signal handling is now done in main.cc * Unrelated to the issue itself src/main.cc was trimmed down quite a bit and the code (responsible for handling the command line interface) was moved to src/cli*
2013-02-27Workspace switching on the toolbar via the mouse buttonsSoeren Beye1-2/+4
2013-02-13Updated Changelog, NEWS, man-pages for 1.3.5Release-1_3_5Mathias Gumz1-1/+1
2013-02-10Updated Changelog, NEWS, man-pages for 1.3.4Release-1_3_4Mathias Gumz1-2/+6
2012-12-30preparation of fluxbox 1.3.3Mathias Gumz1-1/+1
2011-10-28Prepare 1.3.2 releaseRelease-1_3_2Mathias 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 Tagliamonte1-4/+4
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 Labath1-1/+1
2011-03-19updated date of manpagesMathias Gumz1-1/+1
2011-03-18fix some escaping problems in the man pagesMathias Gumz1-18/+19
2010-08-22fixed spellingMathias Gumz1-1/+1
2010-05-28Add new focus model: StrictMouseFocusJim Ramsay1-2/+4
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-14fixed spellingPaul Tagliamonte1-1/+1
2009-06-28change default toolbar head from 0 to 1Mark Tiefenbruck1-1/+1
2009-05-26Updated formatting for RESOURCES and ENVIRONMENTJim Ramsay1-262/+359
2009-05-26Small edits for consistencyJim Ramsay1-15/+16
2009-05-26Created fluxbox-menu(5)Jim Ramsay1-633/+629
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/+8
2009-05-26Removed APPLICATIONS section from fluxbox(1)Jim Ramsay1-179/+9
This is now in its own man page, fluxbox-apps(5).
2008-10-19increase default size of toolbar and icon buttonsMark Tiefenbruck1-2/+2
2008-10-13merge menuDelay and menuDelayClose optionsMark Tiefenbruck1-14/+2
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-20/+2
2008-09-04turn on opaque window moving by defaultMark Tiefenbruck1-1/+1
2008-09-02some documentation updatesMark Tiefenbruck1-22/+2
2008-08-22add -sync command line option for debugging X issuesMark Tiefenbruck1-0/+3
2008-08-20fixed some menu documentationMark Tiefenbruck1-10/+9
2008-08-20fix match limits in apps file, plus some documentationMark Tiefenbruck1-70/+52