Skip to content

Commit

Permalink
compiz config: add terminal key for matecompat and clean up a bit (#33)
Browse files Browse the repository at this point in the history
* compiz config: drop gnomecompat config, add terminal key for matecompat

other needed matecompat options are set by default already

* compiz config: drop staticswitcher remains from dconf
  • Loading branch information
monsta authored and clefebvre committed May 30, 2018
1 parent 261fb5a commit 5036a55
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 15 deletions.
6 changes: 2 additions & 4 deletions etc/compizconfig/mint.ini
Expand Up @@ -4,10 +4,8 @@ s0_hsize = 4
s0_focus_prevention_level = 1
s0_focus_prevention_match = !(class=Polkit-gnome-authentication-agent-1) & !(class=MintMenu.py) & !(title=Whisker Menu)

[gnomecompat]
s0_command_screenshot = mate-screenshot
s0_command_window_screenshot = mate-screenshot --window
s0_command_terminal = mate-terminal
[matecompat]
s0_run_command_terminal_key = <Control><Alt>t

[crashhandler]
s0_wm_cmd = marco --replace
Expand Down
14 changes: 3 additions & 11 deletions usr/share/linuxmint/mintdesktop/mint.dconf
@@ -1,5 +1,5 @@
[/]
plugins-with-set-keys=['addhelper', 'mblur', 'rotate', 'place', 'scalefilter', 'core', 'clone', 'shelf', 'scale', 'td', 'wobbly', 'imgjpeg', 'workspacenames', 'opengl', 'session', 'commands', 'neg', 'extrawm', 'screenshot', 'ezoom', 'wall', 'kdecompat', 'cubeaddon', 'resizeinfo', 'grid', 'composite', 'decor', 'shift', 'showrepaint', 'cube', 'freewins', 'workarounds', 'scaleaddon', 'move', 'trailfocus', 'mag', 'mousepoll', 'snap', 'showmouse', 'firepaint', 'titleinfo', 'expo', 'fadedesktop', 'obs', 'wizard', 'animation', 'splash', 'put', 'ring', 'notification', 'annotate', 'showdesktop', 'wallpaper', 'crashhandler', 'fade', 'maximumize', 'water', 'matecompat', 'vpswitch', 'staticswitcher', 'switcher', 'opacify', 'bench', 'resize', 'thumbnail', 'winrules', 'widget', 'imgsvg']
plugins-with-set-keys=['addhelper', 'mblur', 'rotate', 'place', 'scalefilter', 'core', 'clone', 'shelf', 'scale', 'td', 'wobbly', 'imgjpeg', 'workspacenames', 'opengl', 'session', 'commands', 'neg', 'extrawm', 'screenshot', 'ezoom', 'wall', 'kdecompat', 'cubeaddon', 'resizeinfo', 'grid', 'composite', 'decor', 'shift', 'showrepaint', 'cube', 'freewins', 'workarounds', 'scaleaddon', 'move', 'trailfocus', 'mag', 'mousepoll', 'snap', 'showmouse', 'firepaint', 'titleinfo', 'expo', 'fadedesktop', 'obs', 'wizard', 'animation', 'splash', 'put', 'ring', 'notification', 'annotate', 'showdesktop', 'wallpaper', 'crashhandler', 'fade', 'maximumize', 'water', 'matecompat', 'vpswitch', 'switcher', 'opacify', 'bench', 'resize', 'thumbnail', 'winrules', 'widget', 'imgsvg']

[plugins/crashhandler]
wm-cmd='marco --replace'
Expand Down Expand Up @@ -66,16 +66,8 @@ ground-color2='#b3b3b300'
selected-color='#000000ff'
reflection=true

[plugins/gnomecompat]
main-menu-key='Disabled'
command-terminal='mate-terminal'
command-window-screenshot='mate-screenshot --window'
command-screenshot='mate-screenshot'
run-key='Disabled'

[plugins/staticswitcher]
prev-all-key='<Shift><Alt>Tab'
next-all-key='<Alt>Tab'
[plugins/matecompat]
run-command-terminal-key='<Control><Alt>t'

[plugins/firepaint]
fire-color='#ff3305ff'
Expand Down

0 comments on commit 5036a55

Please sign in to comment.