aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/core-utils
diff options
context:
space:
mode:
Diffstat (limited to 'src-qt5/core-utils')
-rw-r--r--src-qt5/core-utils/lumina-config/lumina-config.8106
-rw-r--r--src-qt5/core-utils/lumina-config/lumina-config.pro5
-rw-r--r--src-qt5/core-utils/lumina-search/lumina-search.850
-rw-r--r--src-qt5/core-utils/lumina-search/lumina-search.pro5
-rw-r--r--src-qt5/core-utils/lumina-xconfig/lumina-xconfig.847
-rw-r--r--src-qt5/core-utils/lumina-xconfig/lumina-xconfig.pro5
6 files changed, 215 insertions, 3 deletions
diff --git a/src-qt5/core-utils/lumina-config/lumina-config.8 b/src-qt5/core-utils/lumina-config/lumina-config.8
new file mode 100644
index 00000000..eb26d843
--- /dev/null
+++ b/src-qt5/core-utils/lumina-config/lumina-config.8
@@ -0,0 +1,106 @@
+.Dd November 6, 2017
+.Dt LUMINA-CONFIG 8
+.Os 1.3.3
+
+.Sh NAME
+.Nm lumina-config
+.Nd modifies different desktop settings.
+
+.Sh SYNOPSIS
+.Nm
+
+.Sh DESCRIPTION
+Appearance, desktop defaults, interface configuration, system settings,
+and user settings are adjustable.
+Different configuration options for each category are listed in the GUI
+configuration section below.
+
+.Sh GUI CONFIGURABLES
+Each category contains different configurables.
+.Pp
+.Sy Appearance:
+.Pp
+.Bl -offset indent -tag -width "Window Manager"
+.It Ic Theme
+Change the interface of fonts and colors.
+.It Ic Window Effects
+Adjust transparency levels and window effects.
+.It Ic Wallpaper
+Change background image.
+.It Ic Window Manager
+Change window settings and appearances.
+.El
+.Pp
+.Sy Desktop Defaults:
+.Pp
+.Bl -offset indent -tag -width "Keyboard Shortcuts"
+.It Ic Applications
+Change default applications.
+.It Ic Keyboard Shortcuts
+Change keyboard shortcuts.
+.It Ic Autostart
+Automatically start applications or services.
+.El
+.Pp
+.Sy Interface Configuration:
+.Pp
+.Bl -offset indent -tag -width "Desktop"
+.It Ic Desktop
+Change what icons or tools are embedded on the desktop.
+.It Ic Panels
+Change any floating panels and what they show.
+.It Ic Menu
+Change what options are shown on the desktop context menu.
+.El
+.Pp
+.Sy System Settings:
+.Pp
+.Bl -offset indent -tag -width "Lumina Screen Configuration"
+.It Ic AppCafe
+Manage system applications
+.It Ic Fcitx Configuration
+Change Fcitx configuration.
+.It Ic Lumina Screen Configuration
+Setup monitors and screens.
+.It Ic Mouse Configuration
+Change mouse sensitivty and orientation.
+.It Ic Screensaver
+Change screensaver properties.
+.It Ic System Updates
+Check and apply updates or change update settings.
+.It Ic User Configuration
+Change user details and groups.
+.It Ic XScreenSaver Lock
+Lock the screen with XScreenSaver.
+.It Ic XScreenSaver Stop
+Stop XscreenSaver daemon.
+.It Ic Device Manager
+Manage devices connected to the system.
+.It Ic PulseAudio Preferences
+View and modify the configuration of the local sound server.
+.It Ic Service Manager
+Run or enable start on boot for various services.
+.It Ic Task Manager
+View or stop a currently running process.
+.It Ic XScreenSaver Blank
+Blank the screen with (activate) XScreenSaver.
+.It Ic XScreenSaver Start
+Start XScreenSaver daemon.
+.El
+.Pp
+.Sy User Settings:
+.Pp
+.Bl -offset indent -tag -width "General Options"
+.It Ic General Options
+Change basic user settings such as time and date formats.
+.It Ic Localization
+Change the default locale settings for this user.
+
+.Sh FILES
+.Bl -tag -indent width
+.It Pa /usr/local/bin/lumina-config
+.El
+
+.Sh AUTHORS
+.An Aaron St. John and Tim Moore
+.Aq aaron@ixsystems.com
diff --git a/src-qt5/core-utils/lumina-config/lumina-config.pro b/src-qt5/core-utils/lumina-config/lumina-config.pro
index d6084241..84aa2ba8 100644
--- a/src-qt5/core-utils/lumina-config/lumina-config.pro
+++ b/src-qt5/core-utils/lumina-config/lumina-config.pro
@@ -120,7 +120,10 @@ dotrans.extra=cd i18n && $${LRELEASE} -nounfinished *.ts && cp *.qm $(INSTALL_RO
desktop.files=lumina-config.desktop
desktop.path=$${L_SHAREDIR}/applications/
-INSTALLS += target desktop
+manpage.path=$${L_MANDIR}/man8/
+manpage.extra="$${MAN_ZIP} lumina-config.8 > $(INSTALL_ROOT)$${L_MANDIR}/man8/lumina-config.8.gz"
+
+INSTALLS += target desktop manpage
WITH_I18N{
INSTALLS += dotrans
diff --git a/src-qt5/core-utils/lumina-search/lumina-search.8 b/src-qt5/core-utils/lumina-search/lumina-search.8
new file mode 100644
index 00000000..97c2aad6
--- /dev/null
+++ b/src-qt5/core-utils/lumina-search/lumina-search.8
@@ -0,0 +1,50 @@
+.Dd November 7, 2017
+.Dt LUMINA-SEARCH 8
+.Os 1.3.3
+
+.Sh NAME
+.Nm lumina-search
+.Nd searches for files and applications.
+
+.Sh SYNOPSIS
+.Nm
+.Op Fl no-excludes
+.Op Fl dir Op DIRECTORY
+.Op Fl "search \fI term"
+
+.Sh DESCRIPTION
+.Nm
+brings up the graphical utility to search the system.
+There are two search filters: "Applications" and "Files or Directories".
+The utility searches the system according to the selected filter.
+Search results populate a list with the most relevant options first.
+.Pp
+.Nm
+optional commands:
+.Bl -tag -width indent
+.It Ic -no-excludes
+Excludes nothing from the search.
+.It Ic -dir
+Opens the utility pointed at the working directory.
+.It Ic -dir Ar DIRECTORY
+Opens the utility pointed at the specified directory.
+.It Ic -search Ar term
+Opens the utility and searchs for the specified term.
+.El
+
+.Sh EXAMPLES
+.Pp
+.Dl % lumina-search -dir /home/aaron/Downloads/
+Opens search utility pointing to Downloads.
+.Pp
+.Dl % lumina-search -search \*(lqHello World\*(rq
+Searches applications for things relevant to the phrase "Hello World".
+
+.Sh FILES
+.Bl -tag -width indent
+.It Pa /usr/local/bin/lumina-search
+.El
+
+.Sh AUTHORS
+.An Aaron St. John
+.Aq aaron@ixsystems.com
diff --git a/src-qt5/core-utils/lumina-search/lumina-search.pro b/src-qt5/core-utils/lumina-search/lumina-search.pro
index 76fc953c..7dcce4c7 100644
--- a/src-qt5/core-utils/lumina-search/lumina-search.pro
+++ b/src-qt5/core-utils/lumina-search/lumina-search.pro
@@ -98,7 +98,10 @@ dotrans.extra=cd i18n && $${LRELEASE} -nounfinished *.ts && cp *.qm $(INSTALL_RO
desktop.files=lumina-search.desktop
desktop.path=$${L_SHAREDIR}/applications/
-INSTALLS += target desktop
+manpage.path=$${L_MANDIR}/man8/
+manpage.extra="$${MAN_ZIP} lumina-search.8 > $(INSTALL_ROOT)$${L_MANDIR}/man8/lumina-search.8.gz"
+
+INSTALLS += target desktop manpage
WITH_I18N{
INSTALLS += dotrans
diff --git a/src-qt5/core-utils/lumina-xconfig/lumina-xconfig.8 b/src-qt5/core-utils/lumina-xconfig/lumina-xconfig.8
new file mode 100644
index 00000000..b3f3d989
--- /dev/null
+++ b/src-qt5/core-utils/lumina-xconfig/lumina-xconfig.8
@@ -0,0 +1,47 @@
+.Dd November 6, 2017
+.Dt LUMINA-XCONFIG 8
+.Os 1.3.3
+
+.Sh NAME
+.Nm lumina-xconfig
+.Nd graphical front-end to xrandr, which manages monitor
+configurations.
+
+.Sh SYNOPSIS
+.Nm
+.Op Fl -reset-monitors
+
+.Sh DESCRIPTION
+.Nm
+opens the graphical utility for managing monitor configurations and
+requires the runtime utility xrandr.
+.Nm
+offers the ability to drag connected displays and orient them freely.
+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:
+.Bl -tag -width indent
+.It Ic --reset-monitors
+Resets the configuration to default.
+.El
+
+.Sh DEPENDENCIES
+A single extra runtime dependency is required:
+.Bl -tag -width indent
+.It Ic xrandr
+.El
+
+.Sh FILES
+.Bl -tag -width indent
+.It Pa /usr/local/bin/lumina-xconfig
+.El
+
+.Sh SEE ALSO
+.Xr xrandr(1)
+
+.Sh AUTHORS
+.An Aaron St. John
+.Aq aaron@ixsystems.com
diff --git a/src-qt5/core-utils/lumina-xconfig/lumina-xconfig.pro b/src-qt5/core-utils/lumina-xconfig/lumina-xconfig.pro
index 2cfb64ec..a24873cb 100644
--- a/src-qt5/core-utils/lumina-xconfig/lumina-xconfig.pro
+++ b/src-qt5/core-utils/lumina-xconfig/lumina-xconfig.pro
@@ -94,7 +94,10 @@ dotrans.extra=cd i18n && $${LRELEASE} -nounfinished *.ts && cp *.qm $(INSTALL_RO
desktop.files=lumina-xconfig.desktop
desktop.path=$${L_SHAREDIR}/applications/
-INSTALLS += target desktop
+manpage.path=$${L_MANDIR}/man8/
+manpage.extra="$${MAN_ZIP} lumina-xconfig.8 > $(INSTALL_ROOT)$${L_MANDIR}/man8/lumina-xconfig.8.gz"
+
+INSTALLS += target desktop manpage
WITH_I18N{
INSTALLS += dotrans
bgstack15