aboutsummaryrefslogtreecommitdiff
path: root/lumina-desktop/defaults/luminaDesktop.conf
diff options
context:
space:
mode:
Diffstat (limited to 'lumina-desktop/defaults/luminaDesktop.conf')
-rw-r--r--lumina-desktop/defaults/luminaDesktop.conf42
1 files changed, 42 insertions, 0 deletions
diff --git a/lumina-desktop/defaults/luminaDesktop.conf b/lumina-desktop/defaults/luminaDesktop.conf
new file mode 100644
index 00000000..f35f0654
--- /dev/null
+++ b/lumina-desktop/defaults/luminaDesktop.conf
@@ -0,0 +1,42 @@
+#This is the configuration file that generates all the default settings files for the Lumina desktop
+# For any setting that can take a list of values, each vale needs to be seperated by a comma and a space (", ")
+# Example: some.setting=item1, item2, item3
+
+#NOTE: To pre-setup default applications for particular mime-types, you need to provide
+# an additional file which contains all the registrations: "<Lumina Share>/defaultapps.conf"
+
+# Possible Desktop Plugins (Lumina version 0.8.1):
+# calendar, applauncher[::absolute path to *.desktop file], desktopview, notepad, audioplayer
+# Possible Panel Plugins (Lumina version 0.8.1):
+# userbutton, desktopbar, spacer, desktopswitcher, battery, clock, systemdashboard
+# taskmanager[-nogroups], systemtray, homebutton, appmenu
+# Possible Menu Plugins (Lumina version 0.8.1):
+# terminal, filemanager, applications, line, settings, windowlist, app::<absolute path to *.desktop file>
+
+#GENERAL SESSION SETTINGS
+session.enablenumlock=true #[true/false] Enable numlock on login using "numlockx"
+session.playloginaudio=true #[true/false] Play the audio chimes on log in
+session.playlogoutaudio=true #[true/false] Play the audio chimes on log out
+
+#THEME SETTINGS
+#theme.themefile=<file path> #Absolute path to the theme template file to use (disable for Lumina-Default)
+#theme.colorfile=<file path> #Absolute path to the color spec file to use for theming
+theme.iconset=oxygen #Name of the icon theme to use
+theme.font=Arial #Name of the font family to use
+theme.fontsize=10pt #Default size of the fonts to use on the desktop
+
+#DESKTOP SETTINGS (used for the left-most screen in multi-screen setups)
+desktop.visiblepanels=1 #[0/1/2] The number of panels visible by default
+#desktop.backgroundfiles= #list of absolute file paths for image files (disable for Lumina default)
+desktop.backgroundrotateminutes=5 #[positive integer] number of minutes between background rotations (if multiple files)
+desktop.plugins=desktopview #list of plugins to be shown on the desktop by default
+
+#PANEL SETTINGS (preface with panel1.<setting> or panel2.<setting>, depending on the number of panels you have visible by default)
+#NOTE: If two panels, they need to be on opposite screen edges (top/bottom or left/right)
+panel1.location=top #[top/bottom/left/right] Screen edge the panel should be on
+panel1.pixelsize=30 #number of pixels wide/high the panel should be
+panel1.autohide=false #[true/false] Have the panel become visible on mouse-over
+panel1.plugins=userbutton, taskmanager, spacer, systemtray, clock, systemdashboard #list of plugins for the panel
+
+#MENU SETTINGS (right-click menu)
+menu.plugins=terminal, filemanager, applications, line, settings #list of menu plugins to show \ No newline at end of file
bgstack15