Skip to content

Instantly share code, notes, and snippets.

@Himura2la
Created September 8, 2020 10:07
Show Gist options
  • Save Himura2la/99796ad4230436270cd1d41b61533616 to your computer and use it in GitHub Desktop.
Save Himura2la/99796ad4230436270cd1d41b61533616 to your computer and use it in GitHub Desktop.
Switch tab in a browser on X11 screen :0
#!/bin/sh
DISPLAY=:0 /usr/bin/xdotool key Ctrl+Tab
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment