From 57c52a13e0d38588a6239defe45a4e87e647e1ad Mon Sep 17 00:00:00 2001 From: Roger Gonzalez Date: Sun, 12 Apr 2020 13:11:07 -0300 Subject: Changed screenshots for scrot --- .config/i3/config | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.config/i3') diff --git a/.config/i3/config b/.config/i3/config index 63bcb8a1..baa75b6c 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -204,9 +204,9 @@ bindsym $aux+Shift+e exec setxkbmap es bindsym $aux+Shift+u exec setxkbmap us # Screnshots -bindsym Print exec escrotum "~/Imágenes/%Y-%m-%d-%H%M%S.png" -bindsym Shift+Print exec escrotum -s "~/Imágenes/%Y-%m-%d-%H%M%S.png" -bindsym Ctrl+Shift+Print exec escrotum -s -C +bindsym Print exec scrot ~/Pictures/%Y-%m-%d-%H%M%S.png +bindsym --release Shift+Print exec scrot -s ~/Pictures/%Y-%m-%d-%H%M%S.png +bindsym --release Ctrl+Shift+Print exec scrot -s -o "/tmp/image.png" && xclip -selection clipboard -t image/png -i /tmp/image.png # Disable focus follows focus_follows_mouse no -- cgit v1.2.3