[bin] Let Screenshot notifications time out after a few seconds

This commit is contained in:
Sebastian Schulze 2020-06-10 13:25:33 +02:00
parent c52f271bb1
commit fd6c534201
Signed by: bascht
GPG Key ID: 5BCB1D3B4D38A35A
1 changed files with 1 additions and 1 deletions

View File

@ -18,4 +18,4 @@ end
system "wl-copy #{url}"
system("notify-send 'Uploaded successfully' '<a href=\'#{url}\'>drop.bascht.space</a>'")
system("notify-send -t 1000 'Uploaded successfully' '<a href=\'#{url}\'>drop.bascht.space</a>'")