diff options
author | Cobinja <Cobinja@users.noreply.github.com> | 2018-06-16 22:36:15 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2018-06-16 22:36:15 +0200 |
commit | d1caee539f3580879c53153043c8a7f4e49f7056 (patch) | |
tree | c2d6c3941cc8a00b30cf2255a8cce05df88c3429 /data | |
parent | 85ec476a47f69cc712adce7c62cbb1dea621c5a9 (diff) | |
download | arctica-greeter-d1caee539f3580879c53153043c8a7f4e49f7056.tar.gz arctica-greeter-d1caee539f3580879c53153043c8a7f4e49f7056.tar.bz2 arctica-greeter-d1caee539f3580879c53153043c8a7f4e49f7056.zip |
Add option to show GUI on a specific monitor
This adds the option "only-on-monitor". Default is "auto", which means
"Follow the mouse", like it was without this option.
Ported from slick-greeter by Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
Diffstat (limited to 'data')
-rw-r--r-- | data/org.ArcticaProject.arctica-greeter.gschema.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/data/org.ArcticaProject.arctica-greeter.gschema.xml b/data/org.ArcticaProject.arctica-greeter.gschema.xml index b7991a4..ffee269 100644 --- a/data/org.ArcticaProject.arctica-greeter.gschema.xml +++ b/data/org.ArcticaProject.arctica-greeter.gschema.xml @@ -123,5 +123,9 @@ <default>false</default> <summary>Whether to activate numlock. This features requires the installation of numlockx.</summary> </key> + <key name="only-on-monitor" type="s"> + <default>'auto'</default> + <summary>Monitor on which to show the Login GUI</summary> + </key> </schema> </schemalist> |