Changeset 66 in flair-bin for trunk/tools


Ignore:
Timestamp:
02/27/18 08:56:37 (6 years ago)
Author:
Sanahuja Guillaume
Message:

prevent ds3 from acting like a mouse

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/scripts/dualshock3.sh

    r28 r66  
    11#! /bin/bash
    22ARCH_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
    36
    47#This script is the only one that calls itself with sudo.
Note: See TracChangeset for help on using the changeset viewer.