summaryrefslogtreecommitdiffstats
path: root/.bbtools/bbpager.rc
blob: 18421fb677d153a63924498d4a3e038c2c0e16c6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
!**********************************************************************
!** bbpager.rc: bbpager configuration file                           **
!**                                                                  **
!** This is the global bbpager configuration file. To make           **
!** user-specific modifications, you should copy this file to your   **
!** home directory in $HOME/.bbtools/bbpager.rc and edit that file.  **
!**                                                                  **
!** All options have been commented out in this file. To change an   **
!** option from its default setting, uncomment it and modify the     **
!** setting.                                                         **
!**********************************************************************


!**********************************************************************
!** behavior section
!**********************************************************************

!** Indicate whether the bbpager window is withdrawn. If using with
!**   blackbox, "withdrawn" means it will be placed in the slit.
bbpager.withdrawn:     False

!** Set the position of the bbpager window.
!** Relevant only when bbpager.withdrawn is False.
bbpager.position:               +48+0

!** Set the width and height of bbpager's model of the desktop windows.
bbpager.desktop.width:          18
bbpager.desktop.height:         18

!** Set the desktop orientation.
!** Possible values: horizontal, vertical
bbpager.desktop.orientation:	horizontal

!** Define the maximum number of columns. The number of rows will
!**   increase as necessary to accommodate additional desktops.
!** Relevant only when bbpager.desktop.orientation is horizontal.
bbpager.desktop.columns:               6

!** Define the maximum number of rows. The number of columns will
!**   increase as necessary to accommodate additional desktops.
!** Relevant only when bbpager.desktop.orientation is vertical.
!bbpager.desktop.rows:                  1

!** Set the window focus style. This is the method to distinguish
!**   the focused window from unfocused windows. When set to none,
!**   a window will appear the same whether or not it is focused.
!**   When set to border, a window's border may change when it is
!**   focused, but its interior appearance will not. When set to
!**   texture, a window's border and interior appearance may
!**   change when it is focused.
!** Possible values: none, border, texture
bbpager.window.focusStyle:      texture

!** Set the desktop focus style. This is the method to distinguish
!**   the focused desktop from the other desktops. When set to none,
!**   a desktop will appear the same whether or not it is focused.
!**   When set to border, a desktop's border may change when it is
!**   focused, but its interior appearance will not. When set to
!**   texture, a desktop's border and interior appearance may
!**   change when it is focused.
!** Possible values: none, border, texture
bbpager.desktop.focusStyle:	 texture

!** Set the mouse button used to perform various actions.
!** Typically, button 1 is the left mouse button, 2 middle, 3 right,
!**   etc., though this may be changed in the user's X configuration.
!** A value of 0 may be assigned to bbpager.windowFocusButton or
!**   bbpager.windowRaiseButton, meaning that no button will perform
!**   these actions.
!** Multiple functions may be assigned to a single mouse button. For
!**   example, raise and focus might be good candidates to assign to
!**   the same button.
bbpager.desktopChangeButton:	1
bbpager.windowMoveButton:	2
bbpager.windowFocusButton:	0
bbpager.windowRaiseButton:	0


!**********************************************************************
!** style section
!**
!** See the blackbox documentation for a description of the style
!** syntax.
!**********************************************************************

!** Set the margin between the edge of the tool and the desktops.
bbpager.margin:             1

!** Set the margin between the desktops.
bbpager.desktop.margin:	 1

!** Define the frame style.
!** bbpager will attempt to copy these options from the blackbox
!**   toolbar style.
bbpager.frame.appearance: Flat Solid
bbpager.frame.color:      rgb:35/36/38

!** Define the desktop window style. This style is used to draw
!**   all desktops when bbpager.desktop.focusStyle is none or border,
!**   and it is used to draw the unfocused desktops when
!**   bbpager.desktop.focusStyle is texture.
!** bbpager will attempt to copy these options from the blackbox
!**   toolbar.label style.
bbpager.desktop.appearance: Flat Solid
bbpager.desktop.color:      rgb:25/26/27

!** Define the focused desktop window style. This style is used
!**   to draw the focused desktop when bbpager.desktop.focusStyle
!**   is texture.
bbpager.desktop.focus.appearance: Flat Solid
bbpager.desktop.focus.color:      rgb:24/57/b8

!** Define the border for the focused desktop window.
!** Set borderWidth to 0 for no border.
!** Not relevant when bbpager.desktop.focusStyle is none.
bbpager.active.desktop.borderColor:	rgb:24/57/b8
bbpager.active.desktop.borderWidth:	2

!** Define the border for unfocused desktop windows.
!** Set borderWidth to 0 for no border.
bbpager.inactive.desktop.borderColor:	rgb:25/26/27
bbpager.inactive.desktop.borderWidth:	2

!** Define the window style. This style is used to draw all
!**   windows when bbpager.window.focusStyle is none or border,
!**   and it is used to draw the unfocused windows when
!**   bbpager.window.focusStyle is texture.
!** bbpager will attempt to copy these options from the blackbox
!**   window.label.unfocus style.
bbpager.window.appearance: Flat Solid
bbpager.window.color:      rgb:25/26/27

!** Define the focused window style. This style is used to draw
!**   the focused window when bbpager.window.focusStyle is
!**   texture.
!** bbpager will attempt to copy these options from the blackbox
!**   window.label.focus style.
bbpager.window.focus.appearance: Flat Solid
bbpager.window.focus.color:      rgb:40/80/fb

!** Define the border for the focused window.
!** Set borderWidth to 0 for no border.
!** Not relevant when bbpager.window.focusStyle is none.
bbpager.active.window.borderColor:	rgb:ff/ff/ff
bbpager.active.window.borderWidth:	1

!** Define the border for unfocused windows.
!** Set borderWidth to 0 for no border.
bbpager.inactive.window.borderColor:	rgb:ff/ff/ff
bbpager.inactive.window.borderWidth:	1