aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README85
1 files changed, 85 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..613ded5
--- /dev/null
+++ b/README
@@ -0,0 +1,85 @@
1Author:
2Henrik Kinnunen (fluxgen at fluxbox dot org)
3
4Contributors:
5Many thanks to Mathias Gumz (gumz at cs dot uni-magdeburg dot de)
6for adding mouse gestures, bug fixing and other patches.
7
8Usage:
9./fbpager <argument>
10Arguments:
11 -display <displayname>
12 -w withdrawn state (i.e in the Slit)
13 -rc <filename> resource file (default: ~/.fluxbox/fbpager)
14 -sr show resources
15 -s <screen number> (default: 0)
16 -v show version
17 -h show this help
18
19Default resource file:
20~/.fluxbox/fbpager
21
22Resources with default values:
23
24fbpager.alpha: 255
25fbpager.x: 0
26fbpager.y: 0
27fbpager.workspace.width: 64
28fbpager.workspace.height: 64
29fbpager.workspacesPerRow: 6400
30fbpager.followDrag: false
31fbpager.followMove: false
32fbpager.changeWorkspaceButton: 11
33fbpager.raiseWindowButton: 2
34fbpager.lowerWindowButton: 3
35fbpager.closeWindowButton: 3 3 1
36fbpager.exitButton: 1 3 3
37fbpager.nextWorkspaceButton: 4
38fbpager.prevWorkspaceButton: 5
39fbpager.moveInWorkspaceButton: 1
40fbpager.dragToWorkspaceButton: 2
41fbpager.align: LeftToRight
42fbpager.color: white
43fbpager.windowColor: white
44fbpager.focusedWindowColor: white
45fbpager.windowBorderColor: black
46fbpager.backgroundColor: darkgray
47fbpager.currentBackgroundColor: lightgray
48fbpager.multiClickTime: 250
49fbpager.icons: false
50fbpager.windowBorderWidth: 1
51fbpager.layer: 0
52
53Most of the resources should be self-explanatory, but some are explained
54in the notes section below.
55
56Notes:
57
58You can do mouse gestures with the button bindings.
59
60To exit fbpager you click button 1 and then button 3 two times
61
62fbpager.workspacesPerRow, this should be a big number if you
63dont want it to change row.
64
65fbpager.next/prevWorkspace is default to scroll up/down with
66the mouse wheel
67
68Multipleclicks are represented by a repetition of the button
69 eg: 11 is a double leftclick
70 111 is a tripple leftclick
71
72The time between multiclicks is adjustable via:
73fbpager.multiClickTime: int (default 250(ms))
74
75The time between each buttonpress must lay under 1 second,
76if its bigger, the button queue gets flushed
77
78Homepage:
79http://fluxbox.org/fbpager/
80
81Subversion repository:
82svn checkout svn://anonymous@fluxbox.cer.sgsnet.se/fbpager
83
84License:
85MIT License ( http://www.opensource.org/licenses/mit-license.php )