summaryrefslogtreecommitdiff
path: root/.config/i3
diff options
context:
space:
mode:
authorRoger Gonzalez <roger@rogs.me>2020-04-12 13:11:07 -0300
committerRoger Gonzalez <roger@rogs.me>2020-04-12 13:11:07 -0300
commit57c52a13e0d38588a6239defe45a4e87e647e1ad (patch)
tree0ca88a4ad255896d20b366eaa0e198345621b6fb /.config/i3
parent1a0cc916db8339a2986d805cef9caab376e6bc26 (diff)
Changed screenshots for scrot
Diffstat (limited to '.config/i3')
-rw-r--r--.config/i3/config6
1 files changed, 3 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