zsh: add ydotool alias

This commit is contained in:
PowerUser64 2021-11-02 01:20:39 -07:00
parent 34c269ba8b
commit a8ca3868aa

3
.zshrc
View file

@ -109,6 +109,9 @@
# List available X displays. Useful for finding what display to export when connected over ssh.
alias lsx='ls /tmp/.X11-unix | tr "X" ":"'
# Make ydotool actually usable for short things
alias ydotool='(sudo ydotoold &) && sleep 0.05 && sudo ydotool'
# Edit config files
alias \
nvc='(cd ~/.config/nvim/lua/blake && nvim ../../init.lua)' \