Merge lp:~ubuntu-mate-dev/compiz/mate-tweaks into lp:compiz/0.9.12

Proposed by Marco Trevisan (Treviño) on 2016-03-17
Status: Merged
Approved by: Marco Trevisan (Treviño) on 2016-03-17
Approved revision: 4003
Merged at revision: 4004
Proposed branch: lp:~ubuntu-mate-dev/compiz/mate-tweaks
Merge into: lp:compiz/0.9.12
Diff against target: 72 lines (+22/-14)
1 file modified
debian/mate.ini (+22/-14)
To merge this branch: bzr merge lp:~ubuntu-mate-dev/compiz/mate-tweaks
Reviewer Review Type Date Requested Status
PS Jenkins bot continuous-integration Approve on 2016-03-17
Marco Trevisan (Treviño) Approve on 2016-03-17
Review via email: mp+289395@code.launchpad.net

Commit Message

MATE Compiz configuration is now consistent with composited Marco and Metacity.

Description of the Change

This merge proposal makes the Compiz MATE configuration consistent with composited Marco and Metacity. It also fixes an artefact while alt-tab switching.

To post a comment you must log in.
Marco Trevisan (Treviño) (3v1n0) wrote :

+1 on my side.

Some MATE guys review would be nice too.

review: Approve
4003. By Martin Wimpress on 2016-03-17

Shadows are consistent with Marco, Metacity and Compton.

Martin Wimpress (flexiondotorg) wrote :

And the missing new line at the end of the file was added.

PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/mate.ini'
2--- debian/mate.ini 2016-01-19 06:44:15 +0000
3+++ debian/mate.ini 2016-03-17 17:08:05 +0000
4@@ -1,7 +1,7 @@
5 [addhelper]
6 s0_ononinit = true
7-s0_brightness = 96
8-s0_saturation = 72
9+s0_brightness = 95
10+s0_saturation = 100
11
12 [animation]
13 s0_open_matches = ((type=Normal | Unknown) | name=sun-awt-X11-XFramePeer | name=sun-awt-X11-XDialogPeer) & !(role=toolTipTip | role=qtooltip_label) & !(type=Normal & override_redirect=1) & !(name=gnome-screensaver);((type=Menu | PopupMenu | DropdownMenu | Combo | Dialog | ModalDialog | Normal) & !(class=\.exe$));(type=Tooltip | Notification | Utility) & !(name=compiz) & !(title=notify-osd);
14@@ -12,7 +12,7 @@
15 s0_command20 = /usr/bin/mate-system-monitor -p
16
17 [core]
18-s0_active_plugins = core;composite;crashhandler;opengl;compiztoolbox;copytex;decor;grid;imgpng;matecompat;mousepoll;move;neg;place;regex;resize;session;showmouse;snap;thumbnail;vpswitch;wall;animation;commands;expo;ezoom;fade;scale;switcher;workarounds;
19+s0_active_plugins = core;composite;crashhandler;opengl;workspacenames;compiztoolbox;copytex;decor;grid;imgpng;matecompat;mousepoll;move;neg;place;regex;resize;session;showmouse;snap;thumbnail;vpswitch;wall;animation;commands;expo;ezoom;fade;scale;switcher;workarounds;
20 s0_autoraise = false
21 s0_autoraise_delay = 500
22 s0_focus_prevention_level = 0
23@@ -48,15 +48,15 @@
24
25 [decor]
26 s0_active_shadow_radius = 13.000000
27-s0_active_shadow_opacity = 0.900000
28-s0_active_shadow_color = #1b1b1bc0
29-s0_active_shadow_x_offset = 0
30-s0_active_shadow_y_offset = 0
31+s0_active_shadow_opacity = 0.225000
32+s0_active_shadow_color = #00000080
33+s0_active_shadow_x_offset = 6
34+s0_active_shadow_y_offset = 6
35 s0_inactive_shadow_radius = 13.000000
36-s0_inactive_shadow_opacity = 0.900000
37-s0_inactive_shadow_color = #1a1a1aff
38-s0_inactive_shadow_x_offset = 0
39-s0_inactive_shadow_y_offset = 0
40+s0_inactive_shadow_opacity = 0.225000
41+s0_inactive_shadow_color = #000000ff
42+s0_inactive_shadow_x_offset = 6
43+s0_inactive_shadow_y_offset = 6
44 s0_mipmap = true
45
46 [expo]
47@@ -148,10 +148,15 @@
48 s0_num_particles = 384
49 s0_color = #87a752ff
50
51+[staticswitcher]
52+s0_background_color = #333333d9
53+
54 [switcher]
55-s0_zoom = 0.000000
56-s0_icon = false
57-s0_icon_only = true
58+s0_brightness = 95
59+s0_opacity = 100
60+s0_focus_on_switch = true
61+s0_zoom = 0.050000
62+s0_background_color = #333333d9
63
64 [td]
65 s0_manual_only = false
66@@ -177,3 +182,6 @@
67
68 [workarounds]
69 s0_keep_minimized_windows = true
70+
71+[workspacenames]
72+s0_names = Workspace 1;Workspace 2;Workspace 3;Workspace 4;

Subscribers

People subscribed via source and target branches