Created
April 12, 2021 11:04
-
-
Save vordan/22e556dff1ef1b4b3e631f6198cd93e4 to your computer and use it in GitHub Desktop.
Refresh Browser from Geany (F1)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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