diff options
author | Ken Moore <ken@ixsystems.com> | 2018-03-22 14:05:55 -0400 |
---|---|---|
committer | Ken Moore <ken@ixsystems.com> | 2018-03-22 14:06:39 -0400 |
commit | 70ebd77c9f801a071583d5da73993606acd078e7 (patch) | |
tree | e52a34c0febb1007b634525b96c855bc370bd3cf /src-qt5/core-utils/lumina-xconfig/lumina-xconfig.1 | |
parent | Add a signal/slot path for detecting/setting the sort column for tree widgets. (diff) | |
download | lumina-70ebd77c9f801a071583d5da73993606acd078e7.tar.gz lumina-70ebd77c9f801a071583d5da73993606acd078e7.tar.bz2 lumina-70ebd77c9f801a071583d5da73993606acd078e7.zip |
Start adding a new option to lumina-xconfig:
--mirror-monitors : This will be used to setup the session as a single output display across all monitors.
Diffstat (limited to 'src-qt5/core-utils/lumina-xconfig/lumina-xconfig.1')
-rw-r--r-- | src-qt5/core-utils/lumina-xconfig/lumina-xconfig.1 | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/src-qt5/core-utils/lumina-xconfig/lumina-xconfig.1 b/src-qt5/core-utils/lumina-xconfig/lumina-xconfig.1 index 980211b1..a37d0395 100644 --- a/src-qt5/core-utils/lumina-xconfig/lumina-xconfig.1 +++ b/src-qt5/core-utils/lumina-xconfig/lumina-xconfig.1 @@ -1,6 +1,6 @@ .Dd November 6, 2017 .Dt LUMINA-XCONFIG 1 -.Os 1.3.3 +.Os 1.4.2 .Sh NAME .Nm lumina-xconfig @@ -10,6 +10,7 @@ configurations. .Sh SYNOPSIS .Nm .Op Fl -reset-monitors +.Op Fl -mirror-monitors .Sh DESCRIPTION .Nm @@ -21,11 +22,14 @@ It is also easy to select the resolution and rotation from a drop down box for each screen. The Add Screen tab provides an option to enable a connected monitor that is not in use. + .Nm -has one option: +Options: .Bl -tag -width indent .It Ic --reset-monitors -Resets the configuration to default. +Reset the monitor configuration to defaults in config file +.It Ic --mirror-monitors +Setup all connected monitors as a single display output .El .Sh DEPENDENCIES @@ -37,6 +41,7 @@ A single extra runtime dependency is required: .Sh FILES .Bl -tag -width indent .It Pa /usr/local/bin/lumina-xconfig +.It Pa {XDG_CONFIG_HOME}/lumina-desktop/lumina-xconfig.conf .El .Sh SEE ALSO |