diff options
author | Ken Moore <ken@pcbsd.org> | 2015-04-22 20:59:31 -0400 |
---|---|---|
committer | Ken Moore <ken@pcbsd.org> | 2015-04-22 20:59:31 -0400 |
commit | bee02c57b2391a4ba6f32cf1a9d22739491bfec6 (patch) | |
tree | 45e0ab78fe902975dc3d49f260b23859571ce95b /lumina-desktop/WMProcess.cpp | |
parent | Setup the Lumina panel with mouse tracking, and activate the window when the ... (diff) | |
download | lumina-bee02c57b2391a4ba6f32cf1a9d22739491bfec6.tar.gz lumina-bee02c57b2391a4ba6f32cf1a9d22739491bfec6.tar.bz2 lumina-bee02c57b2391a4ba6f32cf1a9d22739491bfec6.zip |
Update the Fluxbox startup command to use the new "-no-slit" and "-no-toolbar" flags.
Diffstat (limited to 'lumina-desktop/WMProcess.cpp')
-rw-r--r-- | lumina-desktop/WMProcess.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lumina-desktop/WMProcess.cpp b/lumina-desktop/WMProcess.cpp index 41cfb2bd..e84e4c22 100644 --- a/lumina-desktop/WMProcess.cpp +++ b/lumina-desktop/WMProcess.cpp @@ -85,7 +85,7 @@ QString WMProcess::setupWM(){ if(!QFile::exists(QDir::homePath()+"/.fluxbox")){ QDir dir; dir.mkpath(QDir::homePath()+"/.fluxbox"); } - cmd = "fluxbox -rc "+confDir+"/fluxbox-init"; + cmd = "fluxbox -rc "+confDir+"/fluxbox-init -no-slit -no-toolbar"; }else { cmd = WM; } |