mirror of
https://code.dumpstack.io/tools/appvm.git
synced 2024-11-04 15:33:18 +00:00
spice-vdagent should be alive
This commit is contained in:
parent
02dda8bcf9
commit
f1fd2e1505
|
@ -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 = {
|
||||
|
|
Loading…
Reference in a new issue