qtile: Fix using qtile together with desktop

Funny bug, which prevent qtile to co-exists with desktop manager
(or program pretending to be DE)
This commit is contained in:
Alexander V. Nikolaev 2017-05-31 18:37:47 +03:00
parent 3b4ef34fa0
commit ff52233bca

@ -15,7 +15,7 @@ in
services.xserver.windowManager.session = [{
name = "qtile";
start = ''
${pkgs.qtile}/bin/qtile
${pkgs.qtile}/bin/qtile &
waitPID=$!
'';
}];