From fd6c5342017368dc3f7feebbf3bb5ec7e8022296 Mon Sep 17 00:00:00 2001 From: Sebastian Schulze Date: Wed, 10 Jun 2020 13:25:33 +0200 Subject: [PATCH] [bin] Let Screenshot notifications time out after a few seconds --- bin/executable_drop | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/executable_drop b/bin/executable_drop index d6d1ca9..b6efde7 100644 --- a/bin/executable_drop +++ b/bin/executable_drop @@ -18,4 +18,4 @@ end system "wl-copy #{url}" -system("notify-send 'Uploaded successfully' 'drop.bascht.space'") +system("notify-send -t 1000 'Uploaded successfully' 'drop.bascht.space'")