Yes, you now can disable Vibration Globally via Shibari "settings.json" file configuration.
{ /* * Emulates an Xbox 360 Controller */ "fullName": "Shibari.Sub.Sink.ViGEm.X360.Core.ViGEmSinkX360", "configuration": { /* * Enabled by default, set to false to disable */ "isEnabled": true, /* * Rumble (Force Feedback) specific settings */ "rumble": { /* * Implementation currently bugged, disable here if facing issues */ "isEnabled": false } } }change "isEnabled" in "rumble" section to "false", and then Restart Shibari Service.
you must download the latest Shibari from here :
https://buildbot.vigem.org/builds/Shibari/master/
i use https://buildbot.vigem.org/builds/Shibari/master/1.6.180/
regards