diff options
author | Christopher Roy Bratusek <nano@jpberlin.de> | 2015-06-12 19:10:25 +0200 |
---|---|---|
committer | Christopher Roy Bratusek <nano@jpberlin.de> | 2015-06-12 19:10:25 +0200 |
commit | 8452cb649b3a434b72f14618297e095ac3b88355 (patch) | |
tree | ade4089fb00218aa80d8e84de0b1c3a935ff2ab2 /debian/luminaDesktop.conf | |
parent | Add a QtQuick sample plugin and disable the new panel container for QtQuick p... (diff) | |
download | lumina-8452cb649b3a434b72f14618297e095ac3b88355.tar.gz lumina-8452cb649b3a434b72f14618297e095ac3b88355.tar.bz2 lumina-8452cb649b3a434b72f14618297e095ac3b88355.zip |
Debian updates:
- display 'Not available' if cpu temp can not be read
- add support for disk i/o in system monitor
- update luminaDesktop.conf to new format
Diffstat (limited to 'debian/luminaDesktop.conf')
-rw-r--r-- | debian/luminaDesktop.conf | 53 |
1 files changed, 30 insertions, 23 deletions
diff --git a/debian/luminaDesktop.conf b/debian/luminaDesktop.conf index fe79a02c..ca68ee27 100644 --- a/debian/luminaDesktop.conf +++ b/debian/luminaDesktop.conf @@ -4,7 +4,7 @@ #NOTE: To pre-setup default applications for particular mime-types, you need to create *.desktop entries on # system corresponding to the XDG mime-type specifications for default applications -# See Here for specifications: http://www.freedesktop.org/wiki/Specifications/mime-apps-spec/ +# See Here for specifications: http://www.freedesktop_org/wiki/Specifications/mime-apps-spec/ # Possible Desktop Plugins (Lumina version 0.8.4): # calendar, applauncher[::absolute path to *.desktop file], desktopview, notepad, audioplayer @@ -15,37 +15,44 @@ # 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=false #[true/false] Play the audio chimes on log in -session.playlogoutaudio=false #[true/false] Play the audio chimes on log out +session_enablenumlock=true #[true/false] Enable numlock on login using "numlockx" +session_playloginaudio=false #[true/false] Play the audio chimes on log in +session_playlogoutaudio=false #[true/false] Play the audio chimes on log out # DEFAULT UTILITIES # Provide the full path to *.desktop file, or a binary name which exists on PATH # *.desktop files provide better support for input formats, and are recommended -#session.default.terminal=xterm -#session.default.filemanager=lumina-fm -#session.default.webbrowser=arora -#session.default.email=icedove +#session_default_terminal=xterm +#session_default_filemanager=lumina-fm +#session_default_webbrowser=arora +#session_default_email=icedove #THEME SETTINGS -theme.themefile=/usr/share/Lumina-DE/themes/None.qss.template #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=DejaVu Sans #Name of the font family to use -theme.fontsize=9pt #Default size of the fonts to use on the desktop +theme_themefile=/usr/share/Lumina-DE/themes/None.qss.template #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=DejaVu Sans #Name of the font family to use +theme_fontsize=9pt #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=/usr/share/images/desktop-base/lines-grub-1920x1080.png #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, calendar #list of plugins to be shown on the desktop by default +desktop_visiblepanels=1 #[0/1/2] The number of panels visible by default +desktop_backgroundfiles=/usr/share/images/desktop-base/lines-grub-1920x1080.png #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, calendar #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) +#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=4%H #number of pixels wide/high the panel should be (or <number>%[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=userbutton, taskmanager, spacer, systemtray, clock, systemdashboard #list of plugins for the panel +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 <number>%[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=userbutton, taskmanager, spacer, systemtray, clock, systemdashboard #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 #MENU SETTINGS (right-click menu) -menu.plugins=terminal, filemanager, applications, line, settings #list of menu plugins to show +menu_plugins=terminal, filemanager, applications, line, settings #list of menu plugins to show + +#FAVORITES CUSTOMIZATION +#favorites_add=<file/dir path> #Create a favorites entry for this file/dir +#favorites_remove=<file/dir path> #Remove a favorites entry for this file/dir +#favorites_add_ifexists=<file/dir path> #Create a favorites entry for this file/dir if the file/dir exists |