-
-
Notifications
You must be signed in to change notification settings - Fork 42
Expand file tree
/
Copy pathcompositor.gschema.xml
More file actions
30 lines (28 loc) · 1.06 KB
/
compositor.gschema.xml
File metadata and controls
30 lines (28 loc) · 1.06 KB
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
<?xml version="1.0" encoding="UTF-8"?>
<schemalist>
<schema path="/io/elementary/greeter/" id="io.elementary.greeter">
<key type="s" name="last-user">
<default>''</default>
<summary>Last selected user</summary>
<description></description>
</key>
</schema>
<schema path="/io/elementary/greeter-compositor/background/" id="io.elementary.greeter-compositor.background">
<key type="b" name="dim-wallpaper-in-dark-style">
<default>false</default>
<summary>Dim wallpapers when dark style is active</summary>
<description></description>
</key>
</schema>
<schema path="/io/elementary/greeter-compositor/keybindings/" id="io.elementary.greeter-compositor.keybindings">
<key type="as" name="zoom-in">
<default><![CDATA[['<Super>plus', '<Super>KP_Add']]]></default>
<summary>Zoom in</summary>
<description></description>
</key>
<key type="as" name="zoom-out">
<default><![CDATA[['<Super>minus', '<Super>KP_Subtract']]]></default>
<summary>Zoom out</summary>
</key>
</schema>
</schemalist>