mirror of
https://code.dumpstack.io/tools/appvm.git
synced 2024-11-05 11:53:01 +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 :: X ()
|
||||||
startup = do
|
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 = {
|
systemd.services.home-user-build-xmonad = {
|
||||||
|
Loading…
Reference in New Issue
Block a user