aboutsummaryrefslogtreecommitdiff
path: root/doc/fluxbox-keys.5.in
diff options
context:
space:
mode:
authorMathias Gumz <akira@fluxbox.org>2015-01-03 13:07:51 (GMT)
committerMathias Gumz <akira@fluxbox.org>2015-01-03 13:07:51 (GMT)
commitf5934de61d7753440c35717fe9b3f3006abc1f80 (patch)
treed390cf029a4a187dcf9e0f2a1a02b679f75c42d0 /doc/fluxbox-keys.5.in
parent376ed523cb84bdc5314aaebdb39502e0e0fd9701 (diff)
downloadfluxbox-f5934de61d7753440c35717fe9b3f3006abc1f80.zip
fluxbox-f5934de61d7753440c35717fe9b3f3006abc1f80.tar.bz2
Recreate man-pages
Diffstat (limited to 'doc/fluxbox-keys.5.in')
-rw-r--r--doc/fluxbox-keys.5.in36
1 files changed, 28 insertions, 8 deletions
diff --git a/doc/fluxbox-keys.5.in b/doc/fluxbox-keys.5.in
index fe85d4c..745ebc1 100644
--- a/doc/fluxbox-keys.5.in
+++ b/doc/fluxbox-keys.5.in
@@ -1,13 +1,13 @@
1'\" t 1'\" t
2.\" Title: fluxbox-keys 2.\" Title: fluxbox-keys
3.\" Author: Jim Ramsay <i.am@jimramsay.com> 3.\" Author: Jim Ramsay <i.am@jimramsay.com>
4.\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/> 4.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
5.\" Date: 13 February 2013 5.\" Date: 03 January 2015
6.\" Manual: Fluxbox Manual 6.\" Manual: Fluxbox Manual
7.\" Source: fluxbox-keys.txt 7.\" Source: fluxbox-keys.txt
8.\" Language: English 8.\" Language: English
9.\" 9.\"
10.TH "FLUXBOX\-KEYS" "5" "13 February 2013" "fluxbox\-keys\&.txt" "Fluxbox Manual" 10.TH "FLUXBOX\-KEYS" "5" "03 January 2015" "fluxbox\-keys\&.txt" "Fluxbox Manual"
11.\" ----------------------------------------------------------------- 11.\" -----------------------------------------------------------------
12.\" * Define some portability stuff 12.\" * Define some portability stuff
13.\" ----------------------------------------------------------------- 13.\" -----------------------------------------------------------------
@@ -277,7 +277,6 @@ Start dragging to resize the window as if you had grabbed the window at the spec
277.PP 277.PP
278By default \fIcorner\fR is \fBBottomRight\fR, but may be overridden with one of: 278By default \fIcorner\fR is \fBBottomRight\fR, but may be overridden with one of:
279.RS 4 279.RS 4
280
281\fBNearestCorner NearestEdge NearestCornerOrEdge Center TopLeft Top TopRight Left Right BottomLeft Bottom BottomRight\fR 280\fBNearestCorner NearestEdge NearestCornerOrEdge Center TopLeft Top TopRight Left Right BottomLeft Bottom BottomRight\fR
282.RE 281.RE
283.sp 282.sp
@@ -458,7 +457,6 @@ is set to
458.PP 457.PP
459The default \fIanchor\fR is the upper left corner, but this may be overridden with one of: 458The default \fIanchor\fR is the upper left corner, but this may be overridden with one of:
460.RS 4 459.RS 4
461
462\fBTopLeft Left BottomLeft Top Center Bottom TopRight Right BottomRight\fR 460\fBTopLeft Left BottomLeft Top Center Bottom TopRight Right BottomRight\fR
463.RE 461.RE
464.RE 462.RE
@@ -651,6 +649,30 @@ for more about the
651arguments\&. 649arguments\&.
652.RE 650.RE
653.PP 651.PP
652\fBArrangeWindowsStackLeft\fR \fIpattern\fR / \fBArrangeWindowsStackRight\fR \fIpattern\fR
653.RS 4
654Similar to
655\fBArrangeWindows\fR, these commands arrange windows on the current workspace\&. The currently focussed window is used as the
656\fImain\fR
657window, and will fill half the screen, while the other windows are tiled on the other half of the screen as if they were tiled with ArrangeWindows\&.
658\fBArrangeWindowsStackLeft\fR
659puts the main window on the RIGHT hand side of the screen, and the tiled windows are on the LEFT hand side of the screen\&.
660\fBArrangeWindowsStackRight\fR
661puts the main window on the LEFT hand side of the screen, and the tiled windows are on the RIGHT hand side of the screen\&.
662.RE
663.PP
664\fBArrangeWindowsStackTop\fR \fIpattern\fR / *ArrangeWindowsStackBottom \fIpattern\fR
665.RS 4
666Behaves just like
667\fBArrangeWindowsStackLeft\fR
668and
669\fBArrangeWindowsStackRight\fR\&.
670\fBArrangeWindowsStackBottom\fR
671places the main window on the TOP half of the screen, and the tiled windows on the bottom half of the screen\&.
672\fBArrangeWindowsStackTop\fR
673places the main window on the BOTTOM half of the screen and the tiled windows on the top half of the screen\&.
674.RE
675.PP
654\fBShowDesktop\fR 676\fBShowDesktop\fR
655.RS 4 677.RS 4
656Minimizes all windows on the current workspace\&. If they are already all minimized, then it restores them\&. 678Minimizes all windows on the current workspace\&. If they are already all minimized, then it restores them\&.
@@ -836,8 +858,7 @@ These commands have special meanings or behaviors\&.
836\fBMacroCmd\fR {\fIcommand1\fR} {\fIcommand2\fR} {\fIcommand3\fR} \fI\&...\fR 858\fBMacroCmd\fR {\fIcommand1\fR} {\fIcommand2\fR} {\fIcommand3\fR} \fI\&...\fR
837.RS 4 859.RS 4
838Allows you to execute more than one command with one keybinding\&. The commands will be executed in series\&. The 860Allows you to execute more than one command with one keybinding\&. The commands will be executed in series\&. The
839\fB{\fR 861\fB{\fR\fB}\fR
840\fB}\fR
841brackets are literally required, as in the following example: 862brackets are literally required, as in the following example:
842.sp 863.sp
843.if n \{\ 864.if n \{\
@@ -989,7 +1010,6 @@ Many of the more advanced commands take a \fIpattern\fR argument, which allows y
989.PP 1010.PP
990A \fIpattern\fR looks like this 1011A \fIpattern\fR looks like this
991.RS 4 1012.RS 4
992
993\fB(\fR[\fIpropertyname\fR[!]=]\fIregexp\fR\fB)\fR 1013\fB(\fR[\fIpropertyname\fR[!]=]\fIregexp\fR\fB)\fR
994\&... 1014\&...
995.RE 1015.RE