Skip to content

Instantly share code, notes, and snippets.

@UndeadDevel
Created January 29, 2024 19:49
Show Gist options
  • Save UndeadDevel/ef7d86118b83ae4bab68243fc38c51f6 to your computer and use it in GitHub Desktop.
Save UndeadDevel/ef7d86118b83ae4bab68243fc38c51f6 to your computer and use it in GitHub Desktop.
QubesOS: Trigger the keyboard-navigable Devices and Domains widgets with a keyboard shortcut
#!/bin/bash
# call with argument 'devices' or 'domains'
sleep 0.1
eval $(xdotool search --onlyvisible --name "qui-$1" getwindowgeometry --shell)
xdotool mousemove $X $Y click 1 mousemove restore
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment