Skip to content

Instantly share code, notes, and snippets.

@mperlet
Created May 26, 2020 10:54
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 mperlet/4eb67fc3ad05219362aed8631427c47b to your computer and use it in GitHub Desktop.
Save mperlet/4eb67fc3ad05219362aed8631427c47b to your computer and use it in GitHub Desktop.
I use that script for a gnome keyboard shortcut
xdotool search --name 'Meet' | xargs xdotool windowactivate;sleep 0.2; xdotool key Ctrl+d
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment