From e9bae0f39dbba6a7047e479c01f6d18c1b68af4e Mon Sep 17 00:00:00 2001 From: Ken Moore Date: Wed, 16 Dec 2015 11:13:41 -0500 Subject: Update the default Lumina setting on non-PCBSD systems a bit. --- lumina-desktop/defaults/luminaDesktop.conf | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'lumina-desktop/defaults/luminaDesktop.conf') diff --git a/lumina-desktop/defaults/luminaDesktop.conf b/lumina-desktop/defaults/luminaDesktop.conf index 8ea7910b..b6ba605b 100644 --- a/lumina-desktop/defaults/luminaDesktop.conf +++ b/lumina-desktop/defaults/luminaDesktop.conf @@ -29,23 +29,23 @@ session_playlogoutaudio=true #[true/false] Play the audio chimes on log out #THEME SETTINGS #theme.themefile= #Absolute path to the theme template file to use (disable for Lumina-Default) -#theme.colorfile= #Absolute path to the color spec file to use for theming +theme.colorfile=Grey-Dark #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 (can also use a percentage of the screen height (%) ) -#DESKTOP SETTINGS (used for the left-most screen in multi-screen setups) +#DESKTOP SETTINGS (used for the primary 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 -desktop_generate_icons=false #[true/false] Auto-generate launchers for ~/Desktop items +desktop_plugins= #list of plugins to be shown on the desktop by default +desktop_generate_icons=true #[true/false] Auto-generate launchers for ~/Desktop items #PANEL SETTINGS (preface with panel1. or panel2., depending on the number of panels you have visible by default) panel1_location=top #[top/bottom/left/right] Screen edge the panel should be on panel1_pixelsize=4%H #number of pixels wide/high the panel should be (or %[W/H] for a percentage of the screen width/height) panel1_autohide=false #[true/false] Have the panel become visible on mouse-over -panel1_plugins=systemstart, taskmanager, spacer, systemtray, clock #list of plugins for the panel +panel1_plugins=systemstart, taskmanager-nogroups, spacer, systemtray, clock #list of plugins for the panel panel1_pinlocation=center #[left/center/right] Note:[left/right] corresponds to [top/bottom] for vertical panels panel1_edgepercent=90 #[1->100] percentage of the screen edge to use -- cgit