mirror of
https://code.dumpstack.io/tools/appvm.git
synced 2025-03-19 12:59:34 +00:00
spice-vdagent should be alive
This commit is contained in:
parent
02dda8bcf9
commit
f1fd2e1505
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue