Skip to content

Instantly share code, notes, and snippets.

@pyratin
Last active November 18, 2020 07:20
Show Gist options
  • Save pyratin/ec57e280072e96da9b5ef58cc10f9a32 to your computer and use it in GitHub Desktop.
Save pyratin/ec57e280072e96da9b5ef58cc10f9a32 to your computer and use it in GitHub Desktop.
#!/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