-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpage.conf.in
229 lines (180 loc) · 5.72 KB
/
page.conf.in
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
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
####
# Page configuration file, do not edit it!
# Use $HOME/.page.conf to overide those options.
####
[default]
#theme directory (page data directory)
theme_dir=@prefix@/share/page/data/
# select theme engine : simple or tiny
theme_engine=simple
# quit page
bind_page_quit=mod4 q
# close window
bind_close=mod1 F4
# start exposay for all notebook
bind_exposay_all=mod4 Tab
# switch between fullscreen and floating/binded window
bind_toggle_fullscreen=mod4 f
# start/stop page compositor
bind_toggle_compositor=mod4 0
# switch to the next desktop
bind_right_desktop=mod1 control Right
# switch to the previous desktop
bind_left_desktop=mod1 control Left
# bind the focussed window
bind_bind_window=mod4 b
# fullscreen the focussed window
bind_fullscreen_window=mod4 v
# make floatting the focussed window
bind_float_window=mod4 c
# bind keys for debuging
bind_debug_1=mod4 1
bind_debug_2=mod4 2
bind_debug_3=mod4 3
bind_debug_4=mod4 4
bind_cmd_0=mod4 t
exec_cmd_0=/usr/bin/xterm
bind_cmd_1=null
exec_cmd_1=null
bind_cmd_2=null
exec_cmd_2=null
bind_cmd_3=null
exec_cmd_3=null
bind_cmd_4=null
exec_cmd_4=null
bind_cmd_5=null
exec_cmd_5=null
bind_cmd_6=null
exec_cmd_6=null
bind_cmd_7=null
exec_cmd_7=null
bind_cmd_8=null
exec_cmd_8=null
bind_cmd_9=null
exec_cmd_9=null
# menu window dropdown shadow
menu_drop_down_shadow = true
# mouse auto-focus
mouse_focus=false
# auto-focus old window when current focuced window is closed (can be true or false ONLY)
auto_refocus=false
# allow to shade a window by clicking on notebook (can be true or false ONLY)
enable_shade_windows=false
[compositor]
# Compositor fade in time in nano second
fade_in_time = 300000000
# Compositor fade out time in nano second
fade_out_time = 300000000
###
# This section is related to simple_theme engine
###
[simple_theme]
# set background image (optional)
#
#background_png=/absolute_path_to_some_file.png
#possible mode are : *tile, zoom, center, scale, stretch, span (==scale)
scale_mode=zoom
# notebook layout
# margin_top include tabs.
#
notebook_margin_top = 4
notebook_margin_bottom = 4
notebook_margin_left = 4
notebook_margin_right = 4
pango_font = Ubuntu Bold 11
pango_popup_font = Ubuntu Bold 20
# color used when no backgroun imgage is set.
default_background_color = 005C3566
# popup colors
popup_text_color = FFFFFF
popup_outline_color = 000000
popup_background_color = 004e9a06
# grip square color
grip_color = 00ff0000
# notebook background color when mouse is over it
notebook_mouse_over_background_color = 008cc4ff
# active notebook is the notebook that have the focus.
#
# active notebook text font.
notebook_active_font = Ubuntu Bold 10
# active notebook text color.
notebook_active_text_color = 00FFFFFF
# active notebook text outline color
notebook_active_outline_color = 88000000
# active notebook color border
notebook_active_border_color = 2273d216
# active notebook background
notebook_active_background_color = 003465A4
# selected notebook is the notebook currently selected for a group of notebook
# but that do not have the focus.
#
# selected notebook text font.
notebook_selected_font = Ubuntu Bold 10
# selected notebook (not active one) title text color
notebook_selected_text_color = 00FFFFFF
# selected notebook (not active one) title text outline color
notebook_selected_outline_color = 88000000
# selected notebook (not active one) border color
notebook_selected_border_color = 224e9a06
# selected notebook (not active one) background
notebook_selected_background_color = 22729fcf
# demands attention notebook.
#
# attention notebook text font.
notebook_attention_font = Ubuntu Regular 10
# attention notebook text color
notebook_attention_text_color = 00FFFFFF
# attention notebook text outline color
notebook_attention_outline_color = 88000000
# attention notebook border color.
notebook_attention_border_color = 44ffff00
# attention notebook text background
notebook_attention_background_color = 00ffff00
# inactive notebook are all not active and not selected notebook.
#
# inactive notebook text font.
notebook_normal_font = Ubuntu Regular 10
# inactive notebook text color
notebook_normal_text_color = 00FFFFFF
# inactive notebook text outline color
notebook_normal_outline_color = 88000000
# inactive notebook border color.
notebook_normal_border_color = 44ccccce
# inactive notebook text background
notebook_normal_background_color = 00ccccce
# active floating window.
#
# active floating text font.
floating_active_font = Ubuntu Bold 10
# active floating text color.
floating_active_text_color = 00FFFFFF
# active floating text outline color
floating_active_outline_color = 88000000
# active floating color border
floating_active_border_color = 2273d216
# active floating background
floating_active_background_color = 003465A4
# demand attention floating.
#
# attention floating text font.
floating_attention_font = Ubuntu Bold 10
# attention floating text color
floating_attention_text_color = 00FFFFFF
# attention floating text outline color
floating_attention_outline_color = 88000000
# attention floating border color.
floating_attention_border_color = 22ffff00
# attention floating text background
floating_attention_background_color = 00ffff00
# inactive floating.
#
# innactive floating text font.
floating_normal_font = Ubuntu Bold 10
# inactive floating text color
floating_normal_text_color = 00FFFFFF
# inactive floating text outline color
floating_normal_outline_color = 88000000
# inactive floating border color.
floating_normal_border_color = 224e9a06
# inactive floating text background
floating_normal_background_color = 22729fcf