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

@ -17,6 +17,7 @@ run_logged $OMARCHY_INSTALL/config/localdb.sh
run_logged $OMARCHY_INSTALL/config/walker-elephant.sh
run_logged $OMARCHY_INSTALL/config/fast-shutdown.sh
run_logged $OMARCHY_INSTALL/config/sudoless-asdcontrol.sh
run_logged $OMARCHY_INSTALL/config/input-group.sh
run_logged $OMARCHY_INSTALL/config/hardware/network.sh
run_logged $OMARCHY_INSTALL/config/hardware/set-wireless-regdom.sh
run_logged $OMARCHY_INSTALL/config/hardware/fix-fkeys.sh

View File

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