aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2017-08-19 09:05:18 -0300
committerSilvio Rhatto <rhatto@riseup.net>2017-08-19 09:05:18 -0300
commit6ebac98c5375208d186d6d7ba5837c0d0ac0e8c5 (patch)
tree856e8c1bb18b41cf8eadf4621e8ee35a12cb829b
parent3a576773bae14e8a0ff3811fe82bd98d38c8a85d (diff)
downloadkvmx-6ebac98c5375208d186d6d7ba5837c0d0ac0e8c5.tar.gz
kvmx-6ebac98c5375208d186d6d7ba5837c0d0ac0e8c5.tar.bz2
Decrease sleep time at kvmx_spice
-rwxr-xr-xkvmx2
1 files changed, 1 insertions, 1 deletions
diff --git a/kvmx b/kvmx
index dc7b468..58f4301 100755
--- 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