Skip to content

Instantly share code, notes, and snippets.

@thendrix
Created December 31, 2018 17:36
Show Gist options
  • Save thendrix/c54aafd1b38f6410335cce9a2624675f to your computer and use it in GitHub Desktop.
Save thendrix/c54aafd1b38f6410335cce9a2624675f to your computer and use it in GitHub Desktop.
Force ungrab mouse, useful for debugging games in Linux
# Install xdotool first
#sudo apt install xdotool
# Now you can force ungrab mouse
setxkbmap -option grab:break_actions
xdotool key XF86Ungrab
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment