Changeset 65 in flair-bin
- Timestamp:
- Feb 27, 2018, 8:50:58 AM (7 years ago)
- Location:
- tags
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
tags/0.0.2/tools/scripts/dualshock3.sh
r28 r65 1 1 #! /bin/bash 2 2 ARCH_DIR=$(uname -m) 3 4 #on kernel >=4.13, ds3 is seen as a mouse 5 /usr/bin/xinput set-prop 'Sony PLAYSTATION(R)3 Controller' 'Device Enabled' 0 3 6 4 7 #This script is the only one that calls itself with sudo. -
tags/0.1.0/tools/scripts/dualshock3.sh
r28 r65 1 1 #! /bin/bash 2 2 ARCH_DIR=$(uname -m) 3 4 #on kernel >=4.13, ds3 is seen as a mouse 5 /usr/bin/xinput set-prop 'Sony PLAYSTATION(R)3 Controller' 'Device Enabled' 0 3 6 4 7 #This script is the only one that calls itself with sudo. -
tags/0.1.1/tools/scripts/dualshock3.sh
r28 r65 1 1 #! /bin/bash 2 2 ARCH_DIR=$(uname -m) 3 4 #on kernel >=4.13, ds3 is seen as a mouse 5 /usr/bin/xinput set-prop 'Sony PLAYSTATION(R)3 Controller' 'Device Enabled' 0 3 6 4 7 #This script is the only one that calls itself with sudo. -
tags/0.1.2/tools/scripts/dualshock3.sh
r28 r65 1 1 #! /bin/bash 2 2 ARCH_DIR=$(uname -m) 3 4 #on kernel >=4.13, ds3 is seen as a mouse 5 /usr/bin/xinput set-prop 'Sony PLAYSTATION(R)3 Controller' 'Device Enabled' 0 3 6 4 7 #This script is the only one that calls itself with sudo. -
tags/latest/tools/scripts/dualshock3.sh
r28 r65 1 1 #! /bin/bash 2 2 ARCH_DIR=$(uname -m) 3 4 #on kernel >=4.13, ds3 is seen as a mouse 5 /usr/bin/xinput set-prop 'Sony PLAYSTATION(R)3 Controller' 'Device Enabled' 0 3 6 4 7 #This script is the only one that calls itself with sudo.
Note:
See TracChangeset
for help on using the changeset viewer.