aboutsummaryrefslogtreecommitdiff
path: root/lumina-desktop/defaults
diff options
context:
space:
mode:
authorKen Moore <moorekou@gmail.com>2016-04-25 13:08:12 -0400
committerKen Moore <moorekou@gmail.com>2016-04-25 13:08:12 -0400
commited5ecf7ea7a482b4649e66ecb35fbc60af680684 (patch)
treeacc0fa17d228259e847f55c678db9fb0a9b50f0c /lumina-desktop/defaults
parentMerge branch 'master' of github.com:pcbsd/lumina (diff)
downloadlumina-ed5ecf7ea7a482b4649e66ecb35fbc60af680684.tar.gz
lumina-ed5ecf7ea7a482b4649e66ecb35fbc60af680684.tar.bz2
lumina-ed5ecf7ea7a482b4649e66ecb35fbc60af680684.zip
Rearrange the Lumina source tree quite a bit:
Now the utilites are arranged by category (core, core-utils, desktop-utils), so all the -utils may be excluded by a package system (or turned into separate packages) as needed.
Diffstat (limited to 'lumina-desktop/defaults')
-rw-r--r--lumina-desktop/defaults/defaultapps.conf1
-rw-r--r--lumina-desktop/defaults/desktop-background.jpgbin3213848 -> 0 bytes
-rw-r--r--lumina-desktop/defaults/desktop-background.pcbsd.jpgbin3147703 -> 0 bytes
-rw-r--r--lumina-desktop/defaults/desktopsettings.conf1
-rw-r--r--lumina-desktop/defaults/luminaDesktop.conf58
-rw-r--r--lumina-desktop/defaults/luminaDesktop.pcbsd.conf47
6 files changed, 0 insertions, 107 deletions
diff --git a/lumina-desktop/defaults/defaultapps.conf b/lumina-desktop/defaults/defaultapps.conf
deleted file mode 100644
index 8b137891..00000000
--- a/lumina-desktop/defaults/defaultapps.conf
+++ /dev/null
@@ -1 +0,0 @@
-
diff --git a/lumina-desktop/defaults/desktop-background.jpg b/lumina-desktop/defaults/desktop-background.jpg
deleted file mode 100644
index ddee66ea..00000000
--- a/lumina-desktop/defaults/desktop-background.jpg
+++ /dev/null
Binary files differ
diff --git a/lumina-desktop/defaults/desktop-background.pcbsd.jpg b/lumina-desktop/defaults/desktop-background.pcbsd.jpg
deleted file mode 100644
index 67ad41f1..00000000
--- a/lumina-desktop/defaults/desktop-background.pcbsd.jpg
+++ /dev/null
Binary files differ
diff --git a/lumina-desktop/defaults/desktopsettings.conf b/lumina-desktop/defaults/desktopsettings.conf
deleted file mode 100644
index 8b137891..00000000
--- a/lumina-desktop/defaults/desktopsettings.conf
+++ /dev/null
@@ -1 +0,0 @@
-
diff --git a/lumina-desktop/defaults/luminaDesktop.conf b/lumina-desktop/defaults/luminaDesktop.conf
deleted file mode 100644
index 2c973adb..00000000
--- a/lumina-desktop/defaults/luminaDesktop.conf
+++ /dev/null
@@ -1,58 +0,0 @@
-#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 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/
-
-# Possible Desktop Plugins (Lumina version 0.8.7):
-# calendar, applauncher[::absolute path to *.desktop file], desktopview, notepad, audioplayer
-# Possible Panel Plugins (Lumina version 0.8.7):
-# userbutton, desktopbar, spacer, desktopswitcher, battery, clock, systemdashboard, systemstart
-# taskmanager[-nogroups], systemtray, homebutton, appmenu, applauncher[::absolute path to *.desktop file]
-# Possible Menu Plugins (Lumina version 0.8.7):
-# terminal, filemanager, applications, line, settings, windowlist, app::<absolute path to *.desktop file>
-
-#GENERAL SESSION SETTINGS
-session_enablenumlock=false #[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
-
-# 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=/usr/local/share/applications/firefox.desktop
-#session_default_email=/usr/local/share/applications/thunderbird.desktop
-
-#THEME SETTINGS
-#theme.themefile=<file path> #Absolute path to the theme template file to use (disable for Lumina-Default)
-theme_colorfile=Black #Name of 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 (<number>%) )
-
-#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= #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.<setting> or panel2.<setting>, 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 <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=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
-
-#MENU SETTINGS (right-click menu)
-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
diff --git a/lumina-desktop/defaults/luminaDesktop.pcbsd.conf b/lumina-desktop/defaults/luminaDesktop.pcbsd.conf
deleted file mode 100644
index 3dd95444..00000000
--- a/lumina-desktop/defaults/luminaDesktop.pcbsd.conf
+++ /dev/null
@@ -1,47 +0,0 @@
-#PC-BSD configuration file for the Lumina Desktop Environment (0.8.7+)
-
-# See the /usr/local/share/LuminaDE/luminaDesktop.conf file for all the possible values/details
-
-#GENERAL SESSION SETTINGS
-session_enablenumlock=false #[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
-
-#Note: the last "ifexists" entry has the highest priority for the next few options
-session_default_terminal=/usr/local/share/applications/xterm.desktop
-session_default_filemanager=/usr/local/share/applications/lumina-fm.desktop
-session_default_webbrowser_ifexists=/usr/local/share/applications/chromium-browser.desktop
-session_default_webbrowser_ifexists=/usr/local/share/applications/firefox.desktop
-session_default_email_ifexists=/usr/local/share/applications/thunderbird.desktop
-
-#FAVORITES (Not shown on the desktop by default, but in the menu)
-favorites_add_ifexists=/usr/local/share/applications/firefox.desktop
-favorites_add_ifexists=/usr/local/share/applications/chromium-browser.desktop
-favorites_add_ifexists=/usr/local/share/applications/thunderbird.desktop
-favorites_add_ifexists=/usr/local/share/applications/smplayer.desktop
-favorites_add_ifexists=/usr/local/share/applications/vlc.desktop
-favorites_add_ifexists=/usr/local/share/applications/lumina-fm.desktop
-
-#THEME SETTINGS
-#theme.themefile=<file path> #Absolute path to the theme template file to use (disable for Lumina-Default)
-theme_colorfile=/usr/local/share/Lumina-DE/colors/PCBSD10-Default.qss.colors #Absolute path to the color spec file to use for theming
-theme_iconset=oxygen #Name of the icon theme to use
-theme_font=Noto Sans #Name of the font family to use
-theme_fontsize=11pt #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 #The number of panels visible by default
-#desktop_backgroundfiles=/usr/local/share/wallpapers/pcbsd-default.jpg #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_generate_icons=true #[true/false] Auto-generate launchers for ~/Desktop items
-
-#PANEL SETTINGS (preface with panel1.<setting> or panel2.<setting>, depending on the number of panels you have visible by default)
-panel1_location=bottom #[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=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=100 #[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
bgstack15