Skip to content

Commit

Permalink
Merge pull request #26277 from avnik/fix/qtile
Browse files Browse the repository at this point in the history
qtile: Fix using qtile together with desktop
  • Loading branch information
joachifm committed Jun 5, 2017
2 parents 938742f + ff52233 commit 602a492
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos/modules/services/x11/window-managers/qtile.nix
Expand Up @@ -15,7 +15,7 @@ in
services.xserver.windowManager.session = [{
name = "qtile";
start = ''
${pkgs.qtile}/bin/qtile
${pkgs.qtile}/bin/qtile &
waitPID=$!
'';
}];
Expand Down

0 comments on commit 602a492

Please sign in to comment.