Created
May 26, 2020 10:54
-
-
Save mperlet/4eb67fc3ad05219362aed8631427c47b to your computer and use it in GitHub Desktop.
I use that script for a gnome keyboard shortcut
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
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