From b083362e4c7c7ae84b74ff49433267eaa13395e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Wed, 26 Jun 2019 19:46:22 -0500 Subject: [PATCH] improve URL of scrot --- config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config b/config index 96c8f67..7fc94ca 100644 --- a/config +++ b/config @@ -236,7 +236,7 @@ bindsym XF86MonBrightnessDown exec xbacklight -dec 20 # decrease screen brightne exec --no-startup-id nm-applet # Captura de pantalla: pacman -S scrot -bindsym Print exec scrot -e 'mv $f ~/Descargas/' +bindsym Print exec scrot -e 'mv $f /home/$USER/Descargas/' # Fondo de pantalla exec_always --no-startup-id "feh --bg-scale /home/$USER/.config/i3/images/background.png"