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:
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=$!
|
||||
'';
|
||||
}];
|
||||
|
Loading…
Reference in New Issue
Block a user