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 | [org.compiz.core]
active-plugins=['core','composite','opengl','compiztoolbox','decor','vpswitch','snap','mousepoll','resize','place','move','wall','grid','regex','imgpng','session','gnomecompat','animation','fade','unitymtgrabhandles','workarounds','scale','expo','ezoom','unityshell', 'negative']
[org.compiz.showmouse]
random=true
emitters=0
guide-empty-radius=35
color='#ffdf3fff'
guide-thickness=10
[org.compiz.resizeinfo]
gradient-1='#cccce6cc'
gradient-2='#f3f3f3cc'
gradient-3='#d9d9d9cc'
outline-color='#e6e6e6ff'
[org.compiz.thumbnail]
thumb-color='#0000007f'
font-background-color='#0000007f'
[org.compiz.cubeaddon]
ground-color1='#b3b3b3cc'
ground-color2='#b3b3b300'
[org.compiz.ezoom]
zoom-box-outline-color='#2f2f4f9f'
zoom-box-fill-color='#2f2f2f4f'
zoom-in-key='<Super>Up'
restrain-margin=10
center-mouse-key='<Super>z'
zoom-out-key='<Super>Down'
zoom-in-button='<Super>Button4'
follow-focus-delay=3
zoom-box-button='<Super>Button2'
zoom-out-button='<Super>Button5'
[org.compiz.mousetheme]
cursor-size=41
command='gsettings set org.mate.peripherals-mouse cursor-theme ${THEME}; gsettings set org.mate.peripherals-mouse cursor-size ${SIZE}; gsettings set org.gnome.desktop.interface cursor-theme ${THEME}; gsettings set org.gnome.desktop.interface cursor-size ${SIZE}; echo [Icon Theme] > ~/.icons/default/index.theme; echo Inherits=${THEME} >> ~/.icons/default/index.theme; echo Size=${SIZE} >> ~/.icons/default/index.theme; xrefresh; echo mate-panel --replace& echo gtk-window-decorator --replace &'
[org.compiz.cube]
unfold-key='<Super>space'
[org.compiz.switcher]
prev-no-popup-key='<Shift><Alt>Tab'
prev-all-key='Disabled'
prev-key='Disabled'
next-no-popup-key='<Alt>Tab'
next-panel-key='<Control><Alt>Tab'
next-all-key='Disabled'
next-key='Disabled'
mipmap=false
prev-panel-key='<Shift><Control><Alt>Tab'
focus-on-switch=true
[org.compiz.bell]
command-for-desktop='canberra-gtk-play -c never -i bell-window-system'
[org.compiz.animation]
unminimize-effects=['animation:Glide 2']
[org.compiz.freewins]
cross-line-color='#1800ffff'
snap-threshold=50
circle-color='#54befb80'
line-color='#1800ffff'
[org.compiz.obs]
saturation-decrease-key='<Shift><Alt>Left'
saturation-increase-key='<Shift><Alt>Right'
brightness-increase-button='<Shift><Alt>Button4'
brightness-decrease-button='<Shift><Alt>Button5'
brightness-decrease-key='<Shift><Alt>Down'
brightness-increase-key='<Shift><Alt>Up'
[org.compiz.screenshot]
selection-outline-color='#2f2f4f9f'
selection-fill-color='#2f2f4f4f'
[org.compiz.decor]
active-shadow-color='#00000080'
command='/usr/bin/gtk-window-decorator --replace'
inactive-shadow-color='#000000ff'
[org.compiz.expo]
ground-color1='#b3b3b3cc'
ground-color2='#b3b3b300'
[org.compiz.firepaint]
fire-color='#ff3305ff'
[org.compiz.addhelper]
ononinit=true
brightness=55
[org.compiz.core]
hsize=4
lower-window-button='Disabled'
raise-window-button='Disabled'
outputs=['1440x900+0+0']
active-plugins=['core', 'mousetheme', 'bell', 'composite', 'opengl', 'showrepaint', 'compiztoolbox', 'decor', 'text', 'workspacenames', 'obs', 'dbus', 'neg', 'imgpng', 'extrawm', 'commands', 'cube', 'place', 'resize', 'scale', 'gnomecompat', 'mousepoll', 'addhelper', 'snap', 'move', 'rotate', 'showmouse', 'ezoom', 'switcher']
[org.compiz.commands]
run-command19-key='<Control><Alt>o'
command19='killall speechdispatcher; speechdispatcher; orca --replace'
[org.compiz.workspacenames]
text-font-size=40
names=['Bureau 1', 'Bureau 2', 'Bureau 3', 'Bureau 4']
[org.compiz.shift]
ground-color1='#b3b3b3cc'
ground-color2='#b3b3b300'
[org.compiz.mag]
box-height=350
box-width=600
x-offset=200
y-offset=200
[org.compiz.rotate]
initiate-button='<Super>Button1'
|