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