From a41cb03ac53311cb010b00db40dad5401db1a6fa Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Mon, 5 Jan 2026 17:38:45 +0100 Subject: [PATCH] Always add user to input group to prevent restarts needed for dictation or xbox controllers --- install/config/all.sh | 1 + install/config/input-group.sh | 2 ++ 2 files changed, 3 insertions(+) create mode 100644 install/config/input-group.sh diff --git a/install/config/all.sh b/install/config/all.sh index 5c19829c..5ea7f1b1 100644 --- a/install/config/all.sh +++ b/install/config/all.sh @@ -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 diff --git a/install/config/input-group.sh b/install/config/input-group.sh new file mode 100644 index 00000000..82935b97 --- /dev/null +++ b/install/config/input-group.sh @@ -0,0 +1,2 @@ +# Give this user privileged input access for dictation tools + xbox controllers to work +sudo usermod -aG input ${USER}