⚙️ config(hypr): remove freeze option from the hyprshot bindings
This commit is contained in:
parent
ffdad780af
commit
e0785bf1ee
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue