mirror of
https://github.com/brl/mutter.git
synced 2024-11-24 09:00:42 -05:00
wayland: Allow Xwayland grabs on selected apps
Allow Xwayland grabs on a selected set of X11 applications.
This commit is contained in:
parent
978cb5b21c
commit
ae228c0556
@ -60,7 +60,7 @@
|
|||||||
gettext-domain="@GETTEXT_DOMAIN@">
|
gettext-domain="@GETTEXT_DOMAIN@">
|
||||||
|
|
||||||
<key name="xwayland-allow-grabs" type="b">
|
<key name="xwayland-allow-grabs" type="b">
|
||||||
<default>false</default>
|
<default>true</default>
|
||||||
<summary>Allow grabs with Xwayland</summary>
|
<summary>Allow grabs with Xwayland</summary>
|
||||||
<description>
|
<description>
|
||||||
Allow keyboard grabs issued by X11 applications running in Xwayland
|
Allow keyboard grabs issued by X11 applications running in Xwayland
|
||||||
@ -73,7 +73,7 @@
|
|||||||
</key>
|
</key>
|
||||||
|
|
||||||
<key name="xwayland-grab-access-rules" type="as">
|
<key name="xwayland-grab-access-rules" type="as">
|
||||||
<default>[]</default>
|
<default>['@XWAYLAND_GRAB_DEFAULT_ACCESS_RULES@']</default>
|
||||||
<summary>Xwayland applications allowed to issue keyboard grabs</summary>
|
<summary>Xwayland applications allowed to issue keyboard grabs</summary>
|
||||||
<description>
|
<description>
|
||||||
List the resource names or resource class of X11 windows either
|
List the resource names or resource class of X11 windows either
|
||||||
|
Loading…
Reference in New Issue
Block a user