l baseX: exec in x session

This commit is contained in:
lassulus 2018-02-13 17:08:53 +01:00
parent abebd470e3
commit 79fc51585a

View File

@ -121,7 +121,7 @@ in {
name = "xmonad";
start = ''
${pkgs.xorg.xhost}/bin/xhost +LOCAL:
${pkgs.coreutils}/bin/sleep infinity
exec ${pkgs.coreutils}/bin/sleep infinity
'';
}];
};