From fc62ca86ac5ee648391ce6453be850e1e73bf6a9 Mon Sep 17 00:00:00 2001 From: Anhgelus Morhtuuzh Date: Mon, 16 Feb 2026 19:16:10 +0100 Subject: feat(scripts): autostart steam when a controller is inserted --- scripts/controller-autostart-steam/99-controller-autostart-steam.rules | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 scripts/controller-autostart-steam/99-controller-autostart-steam.rules (limited to 'scripts/controller-autostart-steam/99-controller-autostart-steam.rules') diff --git a/scripts/controller-autostart-steam/99-controller-autostart-steam.rules b/scripts/controller-autostart-steam/99-controller-autostart-steam.rules new file mode 100644 index 0000000..862c8a7 --- /dev/null +++ b/scripts/controller-autostart-steam/99-controller-autostart-steam.rules @@ -0,0 +1,2 @@ +# my Xbox 360 controller +ATTR{idVendor}=="0e6f", ATTR{idProduct}=="0413", ACTION=="add", RUN+="/usr/bin/sudo -u anhgelus /home/anhgelus/.local/bin/,controller-add" -- cgit v1.2.3