xboxdrv/test/on-disconnect.sh

6 lines
97 B
Bash
Executable file

#!/bin/bash
exec notify-send -i gtk-disconnect "Controller disconnected" "$3\n$2\n$1"
# EOF #