3 lines
143 B
Bash
3 lines
143 B
Bash
# Give this user privileged input access for dictation tools + xbox controllers to work
|
|
usermod -aG input "${OMARCHY_INSTALL_USER:-${USER:-}}"
|