From 49d5e987cb9f77f815e535c86dcaadeb61ecb66f Mon Sep 17 00:00:00 2001 From: Aryadev Chavali Date: Sun, 11 Jul 2021 13:32:54 +0100 Subject: (xboxdrv)+configurations to make the xbox controller a working mouse Xbox controllers are cool, and the ton of buttons allow for a lot of customisation and ease of use. Hence I created an xboxdrv configuration which has the standard mouse capabilities as well as the ability to access an on screen keyboard and some basic media manipulation capabilities. This is mostly for when I want to sit back and just CONSOOM content rather than do actual work (hence trying to remove the keyboard). --- Scripts/.local/scripts/gamepad-daemon | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 Scripts/.local/scripts/gamepad-daemon (limited to 'Scripts/.local') diff --git a/Scripts/.local/scripts/gamepad-daemon b/Scripts/.local/scripts/gamepad-daemon new file mode 100755 index 0000000..ab48cbd --- /dev/null +++ b/Scripts/.local/scripts/gamepad-daemon @@ -0,0 +1,3 @@ +#!/bin/sh + +sudo xboxdrv --silent -c $HOME/.config/xboxdrv/config.xboxdrv --axis-sensitivity X1=-1.0,X2=-1.0,Y1=-1.0,Y2=-1.0 > $HOME/.local/share/log/xbox.log & -- cgit v1.2.3-13-gbd6f