diff --git a/.config/hypr/configs/binds.conf b/.config/hypr/configs/binds.conf index a4f130b4..7b6e3f58 100644 --- a/.config/hypr/configs/binds.conf +++ b/.config/hypr/configs/binds.conf @@ -43,9 +43,9 @@ bind = SUPER, D, exec, pypr toggle dots && hyprctl dispatch bringactivetotop # Screenshotting $hyprshot = ~/.config/hypr/scripts/hyprshot -bind = SHIFT, INSERT, exec, $hyprshot -F -m output -o ~/Imagenes/Capturas/PC -f captura-$(date +'%Y-%m-%d-%s').png -bind = SUPERSHIFT, INSERT, exec, $hyprshot -F -m window -o ~/Imagenes/Capturas/PC -f captura-$(date +'%Y-%m-%d-%s').png -bind = CTRL, INSERT, exec, $hyprshot -F -m region -o ~/Imagenes/Capturas/PC -f captura-$(date +'%Y-%m-%d-%s').png +bind = SHIFT, INSERT, exec, $hyprshot -m output -o ~/Imagenes/Capturas/PC -f captura-$(date +'%Y-%m-%d-%s').png +bind = SUPERSHIFT, INSERT, exec, $hyprshot -m window -o ~/Imagenes/Capturas/PC -f captura-$(date +'%Y-%m-%d-%s').png +bind = CTRL, INSERT, exec, $hyprshot -m region -o ~/Imagenes/Capturas/PC -f captura-$(date +'%Y-%m-%d-%s').png bind = ALT, INSERT, exec, ~/.config/hypr/scripts/rofi/screenshots_selection # Logout menu