Created
December 31, 2018 17:36
-
-
Save thendrix/c54aafd1b38f6410335cce9a2624675f to your computer and use it in GitHub Desktop.
Force ungrab mouse, useful for debugging games in Linux
This file contains hidden or 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
# 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