]> gitweb.fluxo.info Git - kvmx.git/commitdiff
Decrease sleep time at kvmx_spice
authorSilvio Rhatto <rhatto@riseup.net>
Sat, 19 Aug 2017 12:05:18 +0000 (09:05 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sat, 19 Aug 2017 12:05:18 +0000 (09:05 -0300)
kvmx

diff --git a/kvmx b/kvmx
index dc7b468f68477e4564db5976fc69c54bf88138c7..58f430149d27e87a2a6a9a1d3e3e1fcdeedb4d85 100755 (executable)
--- a/kvmx
+++ b/kvmx
@@ -222,7 +222,7 @@ function kvmx_spice {
   echo "$SPICEPID" > $SPICEFILE
 
   # Give time to connect
-  sleep 5
+  sleep 1
 
   # Fix window title an position
   if which /usr/bin/xdotool &> /dev/null; then