From e2e1594a969aceda22b4b8525ad4b0860c2da199 Mon Sep 17 00:00:00 2001 From: Martin Wimpress Date: Mon, 28 Aug 2017 00:40:31 +0100 Subject: [PATCH] Add Shift+Print keybinding. Update animation matches. Show thumbnails in switcher. --- debian/mate.ini | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/debian/mate.ini b/debian/mate.ini index 163f5c09d..f79d857c8 100644 --- a/debian/mate.ini +++ b/debian/mate.ini @@ -4,14 +4,16 @@ s0_brightness = 95 s0_saturation = 100 [animation] -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); -s0_close_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) & !(name=gnome-screenshot);((type=Menu | PopupMenu | DropdownMenu | Combo | Dialog | ModalDialog | Normal) & !(class=\.exe$));(type=Tooltip | Notification | Utility) & !(name=compiz) & !(title=notify-osd); +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=mate-screensaver);((type=Menu | PopupMenu | DropdownMenu | Combo | Dialog | ModalDialog | Normal) & !(class=\.exe$));(type=Tooltip | Notification | Utility) & !(name=compiz) & !(title=notify-osd); +s0_close_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=mate-screensaver) & !(name=mate-screenshot);((type=Menu | PopupMenu | DropdownMenu | Combo | Dialog | ModalDialog | Normal) & !(class=\.exe$));(type=Tooltip | Notification | Utility) & !(name=compiz) & !(title=notify-osd); s0_unminimize_effects = animation:Glide 2; [commands] s0_command0 = mate-screensaver-command --lock +s0_command1 = mate-screenshot --area --interactive s0_command20 = /usr/bin/mate-system-monitor -p s0_run_command0_key = l +s0_run_command1_key = Print [core] s0_active_plugins = core;composite;crashhandler;opengl;workspacenames;compiztoolbox;copytex;decor;grid;imgpng;matecompat;mousepoll;move;neg;place;regex;resize;session;snap;thumbnail;vpswitch;wall;animation;commands;expo;ezoom;fade;scale;switcher; @@ -159,7 +161,6 @@ s0_brightness = 100 s0_opacity = 100 s0_bring_to_front = false s0_zoom = 0.000000 -s0_icon_only = true s0_background_color = #333333d9 [td] -- GitLab