Skip to content

Instantly share code, notes, and snippets.

@daryltucker
Created July 27, 2019 21:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save daryltucker/10ad4ae70ec8a79fcf5fdd3108a64b7d to your computer and use it in GitHub Desktop.
Save daryltucker/10ad4ae70ec8a79fcf5fdd3108a64b7d to your computer and use it in GitHub Desktop.
Focus the Window currently under the Mouse Cursor
# Focus the Window currently under the Mouse Cursor
xdotool windowfocus $(xdotool getmouselocation --shell | grep "WINDOW=" | sed 's/WINDOW=//g')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment