Last active
November 18, 2020 07:20
-
-
Save pyratin/ec57e280072e96da9b5ef58cc10f9a32 to your computer and use it in GitHub Desktop.
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
#!/bin/bash | |
[ $(xfconf-query -c accessibility -p /MouseKeys) == "false" ] \ | |
&& $(xfconf-query -c accessibility -p /MouseKeys -s true) \ | |
|| $(xfconf-query -c accessibility -p /MouseKeys -s false) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment