diff options
| author | Silvio Rhatto <rhatto@riseup.net> | 2017-08-19 09:05:18 -0300 | 
|---|---|---|
| committer | Silvio Rhatto <rhatto@riseup.net> | 2017-08-19 09:05:18 -0300 | 
| commit | 6ebac98c5375208d186d6d7ba5837c0d0ac0e8c5 (patch) | |
| tree | 856e8c1bb18b41cf8eadf4621e8ee35a12cb829b | |
| parent | 3a576773bae14e8a0ff3811fe82bd98d38c8a85d (diff) | |
| download | kvmx-6ebac98c5375208d186d6d7ba5837c0d0ac0e8c5.tar.gz kvmx-6ebac98c5375208d186d6d7ba5837c0d0ac0e8c5.tar.bz2 | |
Decrease sleep time at kvmx_spice
| -rwxr-xr-x | kvmx | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -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 | 
