Skip to content

Instantly share code, notes, and snippets.

@luanlmd
Created February 6, 2015 01:32
Show Gist options
  • Save luanlmd/d8a09cca52c793a87e47 to your computer and use it in GitHub Desktop.
Save luanlmd/d8a09cca52c793a87e47 to your computer and use it in GitHub Desktop.
Refresh browser from sublime text
#!/bin/sh
# keybind: { "keys": ["ctrl+d"], "command": "exec", "args": { "cmd": ["/home/luan/scripts/sublime-refresh-browser.sh"]} }
xdotool search --onlyvisible --class "chromium" windowfocus key ctrl+r
xdotool search --onlyvisible --class "sublime-text" windowfocus
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment