diff options
author | Jesús <heckyel@hyperbola.info> | 2019-06-26 19:46:22 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2019-06-26 19:46:22 -0500 |
commit | b083362e4c7c7ae84b74ff49433267eaa13395e5 (patch) | |
tree | dbbc932bc198c26bbff9c607ee3065f01a40a7bc /config | |
parent | 726688a6b48c011c4ca1db3005c3b88ccbfd5da1 (diff) | |
download | i3-config-b083362e4c7c7ae84b74ff49433267eaa13395e5.tar.lz i3-config-b083362e4c7c7ae84b74ff49433267eaa13395e5.tar.xz i3-config-b083362e4c7c7ae84b74ff49433267eaa13395e5.zip |
improve URL of scrot
Diffstat (limited to 'config')
-rw-r--r-- | config | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |