Skip to content

Instantly share code, notes, and snippets.

@Codesleuth
Created February 22, 2016 08:28
Show Gist options
  • Save Codesleuth/3e6dd8cde9f8705397e3 to your computer and use it in GitHub Desktop.
Save Codesleuth/3e6dd8cde9f8705397e3 to your computer and use it in GitHub Desktop.
Refresh a Chromium window on Raspberry Pi via SSH with F5
ssh $1 -Y -t 'export DISPLAY=:0.0
xdotool key --window "$(xdotool search --onlyvisible --class chromium | head -n 1)" F5'
@Codesleuth
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment