Always add user to input group to prevent restarts needed for dictation or xbox controllers

This commit is contained in:
David Heinemeier Hansson
2026-01-05 17:38:45 +01:00
parent 09f696aea4
commit a41cb03ac5
2 changed files with 3 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
# Give this user privileged input access for dictation tools + xbox controllers to work
sudo usermod -aG input ${USER}