]> git.netwichtig.de Git - user/henk/vcsh/zsh.git/blob - .zsh_functions/pause_stardew
autoload functions part 2
[user/henk/vcsh/zsh.git] / .zsh_functions / pause_stardew
1   while read bar
2   do
3     xdotool \
4       search --class 'StardewValley' \
5       windowactivate --sync \
6       type --delay 100 t/pause\r
7   done