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 /src/settings.vala | |
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 'src/settings.vala')
-rw-r--r-- | src/settings.vala | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/settings.vala b/src/settings.vala index 0372721..701d5a1 100644 --- a/src/settings.vala +++ b/src/settings.vala @@ -44,6 +44,7 @@ public class AGSettings public const string KEY_GROUP_FILTER = "group-filter"; public const string KEY_IDLE_TIMEOUT = "idle-timeout"; public const string KEY_ACTIVATE_NUMLOCK = "activate-numlock"; + public const string KEY_ONLY_ON_MONITOR = "only-on-monitor"; public const string KEY_REMOTE_SERVICE_CONFIGURE_URI = "remote-service-configure-uri"; public const string KEY_TOGGLEBOX_FONT_FGCOLOR = "togglebox-font-fgcolor"; public const string KEY_TOGGLEBOX_BUTTON_BGCOLOR = "togglebox-button-bgcolor"; |