summaryrefslogtreecommitdiff
path: root/.zsh_functions/pause_stardew
blob: 3604dd0b784680635018270d65c2693c315d0a86 (plain)
1
2
3
4
5
6
7
  while read bar
  do
    xdotool \
      search --class 'StardewValley' \
      windowactivate --sync \
      type --delay 100 t/pause
  done