aboutsummaryrefslogtreecommitdiff
path: root/data/org.ArcticaProject.arctica-greeter.gschema.xml
diff options
context:
space:
mode:
Diffstat (limited to 'data/org.ArcticaProject.arctica-greeter.gschema.xml')
-rw-r--r--data/org.ArcticaProject.arctica-greeter.gschema.xml40
1 files changed, 38 insertions, 2 deletions
diff --git a/data/org.ArcticaProject.arctica-greeter.gschema.xml b/data/org.ArcticaProject.arctica-greeter.gschema.xml
index 0af9d09..ac66c5b 100644
--- a/data/org.ArcticaProject.arctica-greeter.gschema.xml
+++ b/data/org.ArcticaProject.arctica-greeter.gschema.xml
@@ -117,6 +117,15 @@
<default>'Noto Sans 11'</default>
<summary>Font to use.</summary>
</key>
+ <key name="window-manager" type="s">
+ <choices>
+ <choice value='none'/>
+ <choice value='metacity'/>
+ <choice value='marco'/>
+ </choices>
+ <default>'marco'</default>
+ <summary>If at all and if yes, which window manager to use.</summary>
+ </key>
<key name="xft-antialias" type="b">
<default>true</default>
<summary>Whether to antialias Xft fonts.</summary>
@@ -150,6 +159,16 @@
<default>false</default>
<summary>Whether to enable the onscreen keyboard.</summary>
</key>
+ <key name="magnifier-position" type="s">
+ <choices>
+ <choice value='top-left'/>
+ <choice value='top-right'/>
+ <choice value='centre-left'/>
+ <choice value='centre-right'/>
+ </choices>
+ <default>'centre-right'</default>
+ <summary>Position of the magnifier window.</summary>
+ </key>
<key name="magnifier" type="b">
<default>false</default>
<summary>Whether to enable the screen magnifier.</summary>
@@ -172,11 +191,19 @@
</key>
<key name="hidden-users" type="as">
<default>[]</default>
- <summary>List of usernames that are hidden until a special key combination is hit.</summary>
+ <summary>List of usernames that are hidden from the userlist until a special key combination is hit.</summary>
+ </key>
+ <key name="user-filter" type="as">
+ <default>[]</default>
+ <summary>List of usernames that are to be shown in the userlist only.</summary>
+ </key>
+ <key name="user-filter-always" type="b">
+ <default>false</default>
+ <summary>Always filter-out users not listed in user-filter even if user-filter is empty.</summary>
</key>
<key name="group-filter" type="as">
<default>[]</default>
- <summary>List of groups that users must be part of to be shown (empty list shows all users).</summary>
+ <summary>List of groups that users must be part of to be shown in the userlist (empty list shows all users).</summary>
</key>
<key name="idle-timeout" type="i">
<default>300</default>
@@ -255,5 +282,14 @@
<default>true</default>
<summary>Whether to enable the GeoClue-2.0 agent (enhances ayatana-indicator-display).</summary>
</key>
+ <key name="content-align" type="s">
+ <choices>
+ <choice value='left'/>
+ <choice value='center'/>
+ <choice value='right'/>
+ </choices>
+ <default>'left'</default>
+ <summary>Alignment of the main content</summary>
+ </key>
</schema>
</schemalist>