Skip to content

Commit

Permalink
Compiz: Add winrules to enabled plugins
Browse files Browse the repository at this point in the history
Also set the initial configuration (.ini file), not just the reset dconf data.
  • Loading branch information
clefebvre committed Jun 29, 2017
1 parent 41e8d4d commit 487257a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion etc/compizconfig/mint.ini
@@ -1,5 +1,5 @@
[core]
s0_active_plugins = core;composite;opengl;compiztoolbox;copytex;decor;imgpng;cube;gnomecompat;regex;rotate;move;resize;grid;commands;staticswitcher;animation;expo;wobbly;
s0_active_plugins = core;composite;opengl;compiztoolbox;copytex;decor;imgpng;cube;gnomecompat;regex;rotate;move;resize;grid;commands;staticswitcher;animation;expo;wobbly;winrules;
s0_hsize = 4
s0_focus_prevention_level = 1
s0_focus_prevention_match = !(class=Polkit-gnome-authentication-agent-1) & !(class=MintMenu.py)
Expand Down Expand Up @@ -53,5 +53,10 @@ s0_skydome_gradient_end_color = #727272ff
s0_prev-all-key = <Shift><Alt>Tab
s0_next-all-key = <Alt>Tab

[winrules]
s0_size-matches = class=MintMenu.py;
s0_size-height-values = 0;
s0_size-width-values = 0;

[td]

2 changes: 1 addition & 1 deletion usr/share/linuxmint/mintdesktop/mint.dconf
Expand Up @@ -86,7 +86,7 @@ selection-fill-color='#2f2f4f4f'

[plugins/core]
hsize=4
active-plugins=['core', 'composite', 'opengl', 'compiztoolbox', 'copytex', 'decor', 'imgpng', 'cube', 'gnomecompat', 'regex', 'rotate', 'move', 'resize', 'grid', 'commands', 'staticswitcher', 'animation', 'expo', 'wobbly']
active-plugins=['core', 'composite', 'opengl', 'compiztoolbox', 'copytex', 'decor', 'imgpng', 'cube', 'gnomecompat', 'regex', 'rotate', 'move', 'resize', 'grid', 'commands', 'staticswitcher', 'animation', 'expo', 'wobbly', 'winrules']
focus-prevention-level=1
focus-prevention-match='!(class=Polkit-gnome-authentication-agent-1) & !(class=MintMenu.py)'

Expand Down

0 comments on commit 487257a

Please sign in to comment.