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 +++--- .package-list | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) 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 diff --git a/.package-list b/.package-list index e96e8356..97824e81 100644 --- a/.package-list +++ b/.package-list @@ -371,6 +371,7 @@ which whois wireshark-qt wpa_supplicant +xclip xcursor-chameleon-pearl-deepin xcursor-simpleandsoft xcursor-vanilla-dmz-aa -- cgit v1.2.3