diff options
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, 10 insertions, 1 deletions
diff --git a/src-qt5/core-utils/lumina-xconfig/lumina-xconfig.1 b/src-qt5/core-utils/lumina-xconfig/lumina-xconfig.1 index a37d0395..0a4a7ec3 100644 --- a/src-qt5/core-utils/lumina-xconfig/lumina-xconfig.1 +++ b/src-qt5/core-utils/lumina-xconfig/lumina-xconfig.1 @@ -10,7 +10,12 @@ configurations. .Sh SYNOPSIS .Nm .Op Fl -reset-monitors +.Nm .Op Fl -mirror-monitors +.Nm +.Op Fl -list-profiles +.Nm +.Op Fl -apply-profile Ao profile Ac .Sh DESCRIPTION .Nm @@ -27,9 +32,13 @@ is not in use. Options: .Bl -tag -width indent .It Ic --reset-monitors -Reset the monitor configuration to defaults in config file +Reset the monitor configuration to the default profile .It Ic --mirror-monitors Setup all connected monitors as a single display output +.It Ic --list-profiles +Return the list of all the currently-known profiles +.It Ic --apply-profile <profile> +Apply the given monitor profile (will do nothing if profile does not exist) .El .Sh DEPENDENCIES |