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/controller-steam.service | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 scripts/controller-autostart-steam/controller-steam.service (limited to 'scripts/controller-autostart-steam/controller-steam.service') diff --git a/scripts/controller-autostart-steam/controller-steam.service b/scripts/controller-autostart-steam/controller-steam.service new file mode 100644 index 0000000..308e0f4 --- /dev/null +++ b/scripts/controller-autostart-steam/controller-steam.service @@ -0,0 +1,9 @@ +[Unit] +Description=Autostart Steam when a controller is plugged + +[Service] +Type=simple +ExecStart=/usr/bin/bash /home/anhgelus/.local/bin/,steam-controller + +[Install] +WantedBy=default.target -- cgit v1.2.3