Closed Naozumi520 closed 1 year ago
Can I add custom command of running osu!? Because of some reason I have to run aplay /dev/zero before starting osu!. It will be great if I can add it to custom command.
aplay /dev/zero
You can modify your $(which osu-wine) if you have some special requirements
$(which osu-wine)
I guess I can close this for the time being, if you need other help feel free to write again :3
Can I add custom command of running osu!? Because of some reason I have to run
aplay /dev/zero
before starting osu!. It will be great if I can add it to custom command.