Sfoglia il codice sorgente

Have xt.dash a bit less sleepy

Alois Mahdal 1 anno fa
parent
commit
a9bc77901c
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1
    1
      dotfiles/config/i3/macros/xt.dash

+ 1
- 1
dotfiles/config/i3/macros/xt.dash Vedi File

47
     body="$(xclip -o)"
47
     body="$(xclip -o)"
48
 #   declare -p body >~/body.declare
48
 #   declare -p body >~/body.declare
49
 #   echo -n "$body" | hexdump -C >~/body.hexdump
49
 #   echo -n "$body" | hexdump -C >~/body.hexdump
50
-    sleep 0.5s
50
+    sleep 0.25s
51
     xdotool type "$body"
51
     xdotool type "$body"
52
 }
52
 }
53
 
53