summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlberts Muktupāvels <alberts.muktupavels@gmail.com>2019-11-27 03:51:16 +0200
committerAlberts Muktupāvels <alberts.muktupavels@gmail.com>2019-11-27 03:51:16 +0200
commitaca1488c93e93338d29c1a44b31b1d2c6cd84600 (patch)
tree3c0d0bec9db6c02ff7a2439f1118b98531ceacc7
parent3405eb4b73344505f0fa5ebd7b712c41b53c0d8e (diff)
downloadmetacity-aca1488c93e93338d29c1a44b31b1d2c6cd84600.tar.gz
data: don't expose window shading shortcut
GTK+ doesn't support shading of client-side decorated windows, and likely never will (not least because shading is conceptually questionable if the app customizes the titlebar), and neither do other CSD implementations like Chromium's. A shortcut that only works with a decreasing number of windows is more confusing than helpful, so don't expose it. https://bugzilla.gnome.org/show_bug.cgi?id=645460 From mutter: https://gitlab.gnome.org/GNOME/mutter/commit/32547d2eff23bcbfed58ed
-rw-r--r--data/keybindings/50-metacity-windows.xml3
1 files changed, 0 insertions, 3 deletions
diff --git a/data/keybindings/50-metacity-windows.xml b/data/keybindings/50-metacity-windows.xml
index c7777890..a64e5ebe 100644
--- a/data/keybindings/50-metacity-windows.xml
+++ b/data/keybindings/50-metacity-windows.xml
@@ -20,9 +20,6 @@
<KeyListEntry name="unmaximize"
description="Restore window" />
- <KeyListEntry name="toggle-shaded"
- description="Toggle shaded state" />
-
<KeyListEntry name="close"
description="Close window" />