From 36b9b17da16c735ce4e4568cd83646d67b521b7c Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Thu, 1 Dec 2022 20:59:25 -0300 Subject: etc/i3/config: Show desktop notification after taking screenshot --- etc/i3/config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'etc') diff --git a/etc/i3/config b/etc/i3/config index 7f471bc..303377e 100644 --- a/etc/i3/config +++ b/etc/i3/config @@ -40,8 +40,8 @@ bindsym Shift+F6 exec player next bindsym F7 exec brightness -1 bindsym F8 exec brightness +1 -bindsym --release Print exec scrot ~/Downloads/Screenshots/%Y-%m-%dT%H:%M:%S%:z.png -bindsym --release $mod+Print exec scrot -s ~/Downloads/Screenshots/%Y-%m-%dT%H:%M:%S%:z.png +bindsym --release Print exec scrot ~/Downloads/Screenshots/%Y-%m-%dT%H:%M:%S%:z.png && exec msg -D "screenshot saved on ~/Downloads/Screenshots/" +bindsym --release $mod+Print exec scrot -s ~/Downloads/Screenshots/%Y-%m-%dT%H:%M:%S%:z.png && exec msg -D "screenshot saved on ~/Downloads/Screenshots/" -- cgit v1.2.3