shell: increase ydotool delay
This commit is contained in:
parent
6ce0e290ee
commit
61a1d8ce3b
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ alias tm='tmux new -As0'
|
|||
alias lsx='ls /tmp/.X11-unix | tr "X" ":"'
|
||||
|
||||
# Make ydotool actually usable for short things
|
||||
alias ydotool='(sudo ydotoold &) && sleep 0.05 && sudo ydotool'
|
||||
alias ydotool='(sudo ydotoold &) && sleep 0.08 && sudo ydotool'
|
||||
|
||||
# Update zinit and plugins
|
||||
alias zup='zinit self-update && zinit update --parallel'
|
||||
|
|
Loading…
Add table
Reference in a new issue