l 2 xserver: sleep in xmonad-stop

This commit is contained in:
lassulus 2016-04-28 21:33:24 +02:00
parent d811a50f7c
commit 9feebcc902

View File

@ -108,7 +108,8 @@ let
xmonad-stop = pkgs.writeScriptBin "xmonad-stop" ''
#! /bin/sh
exec ${pkgs.xmonad-lass}/bin/xmonad --shutdown
${pkgs.xmonad-lass}/bin/xmonad --shutdown
${pkgs.coreutils}/bin/sleep 2s
'';
xserver-environment = {