diff options
author | Florian Müllner <fmuellner@gnome.org> | 2018-01-24 17:14:08 +0100 |
---|---|---|
committer | Florian Müllner <fmuellner@gnome.org> | 2018-01-24 19:09:27 +0100 |
commit | 32547d2eff23bcbfed58edcd22d0fc78c354d923 (patch) | |
tree | b8e6c13c2489fba22b38b3ac063797e013de289e /data | |
parent | dc37ee27824b7c28f377286b3f9ebba1c56283d8 (diff) | |
download | mutter-32547d2eff23bcbfed58edcd22d0fc78c354d923.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
Diffstat (limited to 'data')
-rw-r--r-- | data/50-mutter-windows.xml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/data/50-mutter-windows.xml b/data/50-mutter-windows.xml index a9316d1e9..6096abe61 100644 --- a/data/50-mutter-windows.xml +++ b/data/50-mutter-windows.xml @@ -15,8 +15,6 @@ <KeyListEntry name="unmaximize" description="Restore window"/> - <KeyListEntry name="toggle-shaded" description="Toggle shaded state"/> - <KeyListEntry name="close" description="Close window"/> <KeyListEntry name="minimize" description="Hide window"/> |