Skip to content

Instantly share code, notes, and snippets.

@vordan
Created April 12, 2021 11:04
Show Gist options
  • Save vordan/22e556dff1ef1b4b3e631f6198cd93e4 to your computer and use it in GitHub Desktop.
Save vordan/22e556dff1ef1b4b3e631f6198cd93e4 to your computer and use it in GitHub Desktop.
Refresh Browser from Geany (F1)
aw=`xdotool getactivewindow`;xdotool search --name '10.' windowactivate key ctrl+r;xdotool windowactivate $aw;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment