(xboxdrv)~split config into general, typing and media
Each config file is loaded in gamepad-daemon, general then typing then media. Each profile is pretty self explanatory, and allows for splitting of responsibilities. Config switches occur through the guide button.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
#!/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 &
|
||||
P=$HOME
|
||||
sudo xboxdrv --silent \
|
||||
-c $P/.config/xboxdrv/general.xboxdrv \
|
||||
--alt-config $P/.config/xboxdrv/typing.xboxdrv \
|
||||
--alt-config $P/.config/xboxdrv/media.xboxdrv \
|
||||
--axis-sensitivity X1=-1.0,X2=-1.0,Y1=-1.0,Y2=-1.0
|
||||
|
||||
Reference in New Issue
Block a user