## input group option add $USER to input # modify dev permissions directly 1. `ls -l /dev/input/*` 2. `chmod a+rw /dev/input/event0` or whatever corresponds to the event joystick 3. make a udev rule like `KERNEL=="event[0-9]*", ATTRS{idVendor}=="045e", MODE:="0666", SYMLINK+="xbox"`