Commit graph

163 commits

Author SHA1 Message Date
Paul Tagliamonte
b104d9e4d0 Rebuilding the fluxbox docs to change fix a small grammer mistake
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-09-02 04:57:28 +02:00
Pavel Labath
40f8c35084 Fix assorted typos in manpages 2011-04-03 10:57:43 +02:00
Mathias Gumz
cea6887f65 updated date of manpages 2011-03-19 14:55:52 +01:00
Mathias Gumz
7658d2c56d fix some escaping problems in the man pages 2011-03-18 16:31:49 +01:00
Slava Semushin
3618a8de3a Removed ONLINE DOCUMENTATION section from man pages.
Because link in this section not available now.
2011-02-28 18:50:52 +01:00
Mathias Gumz
3f30cbb2ae cosmetic fix in fluxbox-keys 2011-02-21 20:20:04 +01:00
Mathias Gumz
ccb5ef6624 fix grammar 2011-02-21 08:43:13 +01:00
Paul Tagliamonte
4cd62fc2cb fix spelling 2011-02-20 09:41:13 +01:00
Mathias Gumz
b6347f4c5f added documentation about the 'screen' client-pattern 2011-02-03 19:48:46 +01:00
Peter Hercek
fc192b1161 allow to override 'FocusNewWindow' via .fluxbox/apps 2011-02-03 18:51:10 +01:00
John K Pate
f1f7bebf37 added 'ArrangeWindowsVertical' to actions 2010-09-17 16:22:33 +02:00
Mathias Gumz
faa4c97888 added 'SetXProp' action and (@PROP=foo) clientpattern
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-09-11 17:09:07 +02:00
Mathias Gumz
33dea858fb fixed spelling 2010-08-22 21:27:52 +02:00
Mathias Gumz
bc2b21547b implemented 'ActivateTab' action to (re)allow activation of tabs via mouse 2010-08-20 19:01:25 +02:00
Jim Ramsay
cdbaf5c04d Add new focus model: StrictMouseFocus
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-05-28 15:10:28 -04:00
Paul Tagliamonte
3f15907b78 fixed spelling 2010-01-14 07:35:21 +01:00
Mathias Gumz
46261a8284 implemented 'MoveN' and 'ClickN' support in keys file.
the hardcoded 'OnTitlebar Mouse1 :Raise' (see Window.cc, FluxboxWindow::buttonPressEvent())
is disabled for now, should be added to fluxbox-update_configs
2009-12-18 08:05:07 +01:00
Paul Tagliamonte
79859c9448 updated fluxbox-keys documentation, added 'Fullscreen' 2009-12-16 05:25:01 +01:00
Mark Tiefenbruck
5f9f2475b7 make Raise/LowerLayer accept integer argument for number of layers, default 2 2009-06-28 10:15:06 -07:00
Mark Tiefenbruck
659af0eb75 allow 'Ctrl' and 'Alt' as modifiers in keys file 2009-06-28 09:12:02 -07:00
Mark Tiefenbruck
f3d61235f3 change default toolbar head from 0 to 1 2009-06-28 04:11:49 -07:00
Jim Ramsay
71b639936f Added warning for "ChangeWorkspace" event 2009-05-27 08:40:00 -04:00
Jim Ramsay
04538cbaa1 Removing improperly-added man pages.
These were leftovers from a marginally-botched rebase of my docs branch before
pushing to the main tree.
2009-05-26 16:38:48 -04:00
Jim Ramsay
edffe9c93f Allow 'background: unset'
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-26 16:36:13 -04:00
Jim Ramsay
ba5d30f4ce Added note about cancelling key chains 2009-05-26 16:16:07 -04:00
Jim Ramsay
42f2b03f60 Updated formatting for RESOURCES and ENVIRONMENT 2009-05-26 16:16:07 -04:00
Jim Ramsay
ce1fb1cf8e Added note on ChangeWorkspace 2009-05-26 16:16:07 -04:00
Jim Ramsay
f68ff84bd1 Small edits for consistency 2009-05-26 16:16:07 -04:00
Jim Ramsay
54ee631cd8 Added new 'make dist' target for ease in updating the manuals 2009-05-26 16:16:07 -04:00
Jim Ramsay
e1018645da Converted startfluxbox(1) to asciidoc format 2009-05-26 16:16:07 -04:00
Jim Ramsay
437ec3bf37 Converted fbsetroot(1) to asciidoc format 2009-05-26 16:16:07 -04:00
Jim Ramsay
4b4fa5bdeb Moved fbsetbg(1) to asciidoc format 2009-05-26 16:16:07 -04:00
Jim Ramsay
0ac042c1ce Moved fbrun(1) to asciidoc format 2009-05-26 16:16:07 -04:00
Jim Ramsay
a85866175a Created fluxbox-menu(5)
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-26 16:16:06 -04:00
Jim Ramsay
6beb1f96b2 Process all asciidoc-generated man pages with sed
This makes things a bit simpler and more generic.
2009-05-26 16:16:06 -04:00
Jim Ramsay
bd8275b33c Renamed fluxstyle(1) to fluxbox-style(5) 2009-05-26 16:14:47 -04:00
Jim Ramsay
6a818df30e Added missing asciidoc manual attributes
Added :man source:, :man revision:, and :man manual: attributes to all remaining
asciidoc manpages, and regenerated them with asciidoc-8.2.7
2009-05-26 16:14:01 -04:00
Jim Ramsay
a69c429e02 Removed APPLICATIONS section from fluxbox(1)
This is now in its own man page, fluxbox-apps(5).
2009-05-26 16:14:01 -04:00
Jim Ramsay
56e393a71c Added fluxbox-apps(5) manpage
This now shares the CLIENT PATTERNS section in common with fluxbox-keys(5), so I
split this out into a client-patterns.txt which is included by both
fluxbox-apps.txt and fluxbox-keys.txt.
2009-05-26 16:14:01 -04:00
Mark Tiefenbruck
3b9611b61d increase default size of toolbar and icon buttons 2008-10-18 21:40:32 -07:00
Mark Tiefenbruck
7380a1f8f2 remove doc/asciidoc/fluxbox.1 from index 2008-10-12 21:56:28 -07:00
Mark Tiefenbruck
5b07791ed4 merge menuDelay and menuDelayClose options 2008-10-12 21:55:03 -07:00
Mark Tiefenbruck
c033c201c4 remove menu modes 2008-10-04 19:49:28 -07:00
Mark Tiefenbruck
86a072e7fd remove follow models 2008-10-04 19:30:19 -07:00
Mark Tiefenbruck
e1eb5e225b remove line style resources from init file 2008-10-04 19:08:50 -07:00
Mark Tiefenbruck
ab25696328 remove rootcommand from init file 2008-10-04 18:49:00 -07:00
Mark Tiefenbruck
b288fc1401 turn on opaque window moving by default 2008-09-04 14:27:21 -04:00
Mark Tiefenbruck
f01e0c9c5a some documentation updates 2008-09-02 08:14:25 -04:00
Mark Tiefenbruck
f1ff5ff3b2 add -sync command line option for debugging X issues 2008-08-22 06:12:01 -07:00
Mark Tiefenbruck
0116a83aa6 add SendToNextHead/SendToPrevHead commands, plus some cleanup in CurrentWindowCmd 2008-08-21 03:22:57 -07:00
Mathias Gumz
9dec17611f split documenation into different directories 2008-08-20 23:03:25 +02:00
Mathias Gumz
d287e7048b create section 5 manpages as well 2008-08-20 20:46:11 +02:00
Mark Tiefenbruck
62ff9d7029 fixed some menu documentation 2008-08-20 08:10:11 -07:00
Mark Tiefenbruck
4bf00f6857 fix match limits in apps file, plus some documentation 2008-08-20 05:26:12 -07:00
Mark Tiefenbruck
74df0fcda9 add SetDecor key command 2008-08-20 03:22:51 -07:00
Mathias Gumz
2df0e67ca5 make creating manpages easier 2008-08-20 08:06:14 +02:00
Mark Tiefenbruck
4e64d45e16 add [transient] tag to apps file to match transient windows 2008-08-19 09:18:32 -07:00
Mark Tiefenbruck
19d024cc53 update the manuals for previous commit 2008-08-18 05:19:29 -07:00
Mark Tiefenbruck
37b18a9694 combined code for saved window positions and MoveTo key command
added left, right, top, and bottom center reference points
2008-08-18 05:12:30 -07:00
Mark Tiefenbruck
2ab539073b fix some defaults 2008-08-18 02:06:46 -07:00
Mark Tiefenbruck
a30a14ef36 add top, left, right, and bottom center tab placement options 2008-08-18 01:45:44 -07:00
Mark Tiefenbruck
ed2a4580d1 created new fluxbox-remote man page 2008-08-06 03:45:23 -07:00
Mark Tiefenbruck
9e259590a2 update manual for changes in slit placement 2008-08-05 17:16:45 -07:00
Mark Tiefenbruck
22aa93c56d fix the Focus key command 2008-08-05 05:00:48 -07:00
Mark Tiefenbruck
24bea22035 add SetLayer key command 2008-08-05 00:05:21 -07:00
Mark Tiefenbruck
9d71ad9c14 make ShowDesktop command toggle between showing desktop and windows 2008-08-04 22:51:08 -07:00
Jim Ramsay
0bdf33c1e5 added new `fluxbox-keys' man page 2008-08-04 22:02:52 -07:00
Mark Tiefenbruck
ad6a7e48f4 add new command line option -list-commands 2008-06-03 01:07:14 -07:00
Slava Semushin
a9ae7533e8 fluxstyle.1: fixed typo which prevent substitution for path to styles directory.
In doc/Makefile.am replaces @pkgdatadir@ string, not @pkg_datadir@.

Signed-off-by: Slava Semushin <php-coder@altlinux.ru>
2008-05-07 08:01:38 +02:00
Slava Semushin
4d0dba57f0 fluxstyle.1: changed path to rgb.txt file.
In Xorg rgb.txt file located at /usr/share/X11 directory.

Signed-off-by: Slava Semushin <php-coder@altlinux.ru>
2008-05-07 08:00:47 +02:00
markt
5d7043320d allow arbitrary window patterns in iconbar 2007-11-12 21:59:43 +00:00
markt
c6a2605d76 replaced ModKey with new key commands StartMoving and StartResizing 2007-10-22 17:45:39 +00:00
markt
f72633a0e0 allow decorations bitmask to be specified with 0x 2007-10-21 21:37:48 +00:00
markt
7e4f8a3853 add support for transient windows in client patterns, and merge a few more changes from pre-devel 2007-10-14 18:05:31 +00:00
markt
61b757d872 make internal tabs default 2007-06-30 21:57:03 +00:00
grubert
467cb9ac6d * Fix fluxbox.1.in, and asciidoc, menu command is "wallpapers" not
"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-06-04 15:32:23 +00:00
mathias
4929bda39e use asciidoc-generated manpages from now on 2007-04-23 18:48:40 +00:00
mathias
20a339fc06 small modifications 2007-04-16 21:05:50 +00:00
mathias
1f55dcc9b8 updated asciidoc docs, added german translation from Christian Loosli 2007-04-11 19:15:17 +00:00
markt
3b9351be77 menu from workspacename tool wasn't focused, and fixed unpressed button rendering 2007-04-08 18:01:01 +00:00
mathias
bdf2ff4e0b updated docs in asciidoc-format 2007-03-20 08:12:24 +00:00
markt
1a8edfa7d7 changed default toolbar layer to DOCK 2007-03-10 18:14:56 +00:00
markt
9477af82a5 removed session.numLayers resource, as it was useless and caused segfaults 2007-03-03 23:27:16 +00:00
markt
ca710b371b little cleanup 2007-02-18 17:47:38 +00:00
markt
48bd3f49bc changed default value for decorateTransients in the init file
-- see sf.net bug #1604959 for explanation
2007-02-10 21:50:57 +00:00
markt
ebd2fa9a99 change defaults for fullMaximization and autoRaise 2007-02-05 19:10:10 +00:00
markt
e4488da120 some fixes for grouping with the apps file 2007-02-05 17:20:01 +00:00
markt
e46f152ee5 updated documentation 2007-02-03 18:21:38 +00:00
markt
a5ee8e9d91 documented scroll actions in the manual 2007-01-24 17:11:47 +00:00
markt
383b82bcbb change rootcommand entry in docs to reflect changes from previous revision 2007-01-20 18:33:16 +00:00
markt
db0b1fadb8 minor edits to manual 2007-01-15 18:37:23 +00:00
markt
6ed9f38b7a several fixes for background option in styles 2007-01-14 19:00:18 +00:00
markt
9d5e2f143b add session.screenN.defaultDeco: <bitmask> to the apps file 2007-01-04 19:13:55 +00:00
markt
e2e94031f9 don't run [startup] items on restart 2007-01-03 18:59:43 +00:00
mathias
4c6378564d small changes to the asciidoc-docs 2006-10-27 07:02:14 +00:00
markt
e2c31b7285 updated docs 2006-08-07 20:53:27 +00:00
markt
c65b949f97 updated man fluxstyle 2006-08-05 03:16:17 +00:00
markt
fc40000211 updated documentation 2006-08-03 05:40:59 +00:00
mathias
45d1e99851 2006-07-26 06:08:12 +00:00
mathias
24b00ec7ba started to convert fluxstyle to asciidoc 2006-07-26 06:06:45 +00:00