Created
February 6, 2015 01:32
-
-
Save luanlmd/d8a09cca52c793a87e47 to your computer and use it in GitHub Desktop.
Refresh browser from sublime text
This file contains 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
#!/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