From f1fd2e15058546ced7fc34cb1f8c1fa4721a5dfc Mon Sep 17 00:00:00 2001 From: Mikhail Klementev Date: Fri, 3 Jan 2020 10:14:28 +0000 Subject: [PATCH] spice-vdagent should be alive --- base.nix.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base.nix.go b/base.nix.go index f09dfb1..cf2392d 100644 --- a/base.nix.go +++ b/base.nix.go @@ -37,7 +37,7 @@ main = xmonad defaultConfig startup :: X () startup = do - spawn "${pkgs.spice-vdagent}/bin/spice-vdagent" + spawn "while [ 1 ]; do ${pkgs.spice-vdagent}/bin/spice-vdagent -x; done &" ''; systemd.services.home-user-build-xmonad = {