This commit is contained in:
joachimschmidt557 2021-05-17 14:24:46 +08:00
parent 44f2e4f33b
commit 96ebad2dba
No known key found for this signature in database
GPG key ID: E0B575BE2884ACC5
3 changed files with 9 additions and 1 deletions

View file

@ -19,3 +19,7 @@ end
function launch
$argv & && disown && exit
end
function noise
$argv && mpv ~/audio/success.wav || mpv ~/audio/error.wav
end