l 2 xserver: sleep in xmonad-stop
This commit is contained in:
parent
d811a50f7c
commit
9feebcc902
|
@ -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 = {
|
||||
|
|
Loading…
Reference in a new issue