Merge pull request #20340 from romildo/fix.lxqt

lxqt: it is capable of setting a background
This commit is contained in:
Joachim F 2016-11-11 17:19:31 +01:00 committed by GitHub
commit 7edd5ab54f

View File

@ -25,6 +25,7 @@ in
services.xserver.desktopManager.session = singleton { services.xserver.desktopManager.session = singleton {
name = "lxqt"; name = "lxqt";
bgSupport = true;
start = '' start = ''
exec ${pkgs.lxqt.lxqt-common}/bin/startlxqt exec ${pkgs.lxqt.lxqt-common}/bin/startlxqt
''; '';