Merge pull request #26277 from avnik/fix/qtile
qtile: Fix using qtile together with desktop
This commit is contained in:
commit
602a492bb7
@ -15,7 +15,7 @@ in
|
|||||||
services.xserver.windowManager.session = [{
|
services.xserver.windowManager.session = [{
|
||||||
name = "qtile";
|
name = "qtile";
|
||||||
start = ''
|
start = ''
|
||||||
${pkgs.qtile}/bin/qtile
|
${pkgs.qtile}/bin/qtile &
|
||||||
waitPID=$!
|
waitPID=$!
|
||||||
'';
|
'';
|
||||||
}];
|
}];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user