summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/main.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.cpp b/src/main.cpp
index be7fd76..bc8d508 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -252,6 +252,7 @@ int main(int argc, char *argv[]) {
QPoint center = desktopRect.center();
w.move(center.x() - w.width() * 0.5, center.y() - w.height() * 0.5);
a.setActiveWindow(&w);
+ w.lower();
return a.exec();
}