aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/core/lumina-wm-INCOMPLETE/main.cpp
diff options
context:
space:
mode:
authorKen Moore <moorekou@gmail.com>2016-06-14 13:21:29 -0400
committerKen Moore <moorekou@gmail.com>2016-06-14 13:21:29 -0400
commitf6bb0b0e52214a7235cc64dc7a52fb4fbaa61a3c (patch)
tree1a045f6368ad50ecb5118f95f3e377ec3226ff75 /src-qt5/core/lumina-wm-INCOMPLETE/main.cpp
parentLarge update to the project files: (diff)
downloadlumina-f6bb0b0e52214a7235cc64dc7a52fb4fbaa61a3c.tar.gz
lumina-f6bb0b0e52214a7235cc64dc7a52fb4fbaa61a3c.tar.bz2
lumina-f6bb0b0e52214a7235cc64dc7a52fb4fbaa61a3c.zip
Another large batch of updates:
1) Move the "runtime" directory in the users home to the XDG_CONFIG_HOME/lumina-desktop rather than ~/.lumina 2) Update the Glass theme a bit more.
Diffstat (limited to 'src-qt5/core/lumina-wm-INCOMPLETE/main.cpp')
-rw-r--r--src-qt5/core/lumina-wm-INCOMPLETE/main.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src-qt5/core/lumina-wm-INCOMPLETE/main.cpp b/src-qt5/core/lumina-wm-INCOMPLETE/main.cpp
index 50251fa5..02e48b7b 100644
--- a/src-qt5/core/lumina-wm-INCOMPLETE/main.cpp
+++ b/src-qt5/core/lumina-wm-INCOMPLETE/main.cpp
@@ -24,8 +24,6 @@ int main(int argc, char ** argv)
if(!a.isPrimaryProcess()){ return 0; } //Inputs forwarded on to the primary already
LuminaThemeEngine themes(&a);
- //Setup the special settings prefix location
- QSettings::setPath(QSettings::NativeFormat, QSettings::UserScope, QDir::homePath()+"/.lumina");
//Setup the global structures
LWM::SYSTEM = new LXCB();
if( a.inputlist.contains("--test-win") ){
bgstack15