-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathorg.gnome.shell.extensions.run-on-raise.gschema.xml
43 lines (43 loc) · 1.93 KB
/
org.gnome.shell.extensions.run-on-raise.gschema.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<?xml version="1.0" encoding="UTF-8"?>
<schemalist gettext-domain="gnome-shell-extensions">
<schema path="/org/gnome/shell/extensions/run-or-raise/" id="org.gnome.shell.extensions.run-or-raise">
<key type="b" name="dbus">
<default>false</default>
<summary>Listen on DBus</summary>
<description>Invoke the functionality through the DBus (restart the extension to take effect).
Ex: `gdbus call --session --dest org.gnome.Shell
--object-path /org/gnome/Shell/Extensions/RunOrRaise
--method org.gnome.Shell.Extensions.RunOrRaise.Call ",firefox,,"`</description>
</key>
<key type="b" name="switch-back-when-focused">
<default>false</default>
<summary>Switch back to previous window when focused</summary>
<description></description>
</key>
<key type="b" name="minimize-when-unfocused">
<default>false</default>
<summary>Minimize when unfocusing</summary>
<description>Minimizes your target window when unfocusing.</description>
</key>
<key type="b" name="center-mouse-to-focused-window">
<default>false</default>
<summary>After focus move mouse to window center</summary>
<description></description>
</key>
<key type="b" name="move-window-to-active-workspace">
<default>false</default>
<summary>Move window to current workspace before focusing</summary>
<description>If the window is on a different workspace, moves the window to the workspace you're currently viewing.</description>
</key>
<key type="b" name="isolate-workspace">
<default>false</default>
<summary>Switch windows on the active workspace only</summary>
<description></description>
</key>
<key type="b" name="verbose">
<default>false</default>
<summary>Verbose</summary>
<description>Provide debug information. (Highlight layered shortcuts by a yellow rectangle etc.)</description>
</key>
</schema>
</schemalist>