⚙️ config(hypr): remove freeze option from the hyprshot bindings

This commit is contained in:
Sergio Laín 2024-03-30 00:25:41 +01:00
parent ffdad780af
commit e0785bf1ee
No known key found for this signature in database
GPG key ID: 14C9B8080681777B

View file

@ -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