Add freeze to screenshots

This commit is contained in:
Yannick Reiß 2025-02-04 20:56:47 +01:00
parent d3a9d9b86e
commit 14a81ed740
1 changed files with 4 additions and 4 deletions

View File

@ -134,10 +134,10 @@ bind = $mainMod, E, exec, nemo
bind = $mainMod, R, exec, wofi --show drun bind = $mainMod, R, exec, wofi --show drun
bind = $mainMod SHIFT, P, exec, firefox --private-window # pseudo, # dwindle bind = $mainMod SHIFT, P, exec, firefox --private-window # pseudo, # dwindle
bind = $mainMod SHIFT, F, exec, firefox bind = $mainMod SHIFT, F, exec, firefox
bind = $mainMod, S, exec, hyprshot -m window -m active -o ~/Picture/screenshots -f $(date +"sc_%Y-%m-%d_%H-%M-%s").png bind = $mainMod, S, exec, hyprshot -m window -m active -z -o ~/Picture/screenshots -f $(date +"sc_%Y-%m-%d_%H-%M-%s").png
bind = $mainMod SHIFT, S, exec, hyprshot --clipboard-only -m window -m active -o ~/Picture/screenshots -f $(date +"sc_%Y-%m-%d_%H-%M-%s").png bind = $mainMod SHIFT, S, exec, hyprshot --clipboard-only -m window -m active -z -o ~/Picture/screenshots -f $(date +"sc_%Y-%m-%d_%H-%M-%s").png
bind = $mainMod ALT, S, exec, hyprshot -m region -o ~/Picture/screenshots -f $(date +"sc_%Y-%m-%d_%H-%M-%s").png bind = $mainMod ALT, S, exec, hyprshot -m region -z -o ~/Picture/screenshots -f $(date +"sc_%Y-%m-%d_%H-%M-%s").png
bind = $mainMod SHIFT ALT, S, exec, hyprshot --clipboard-only -m region -o ~/Picture/screenshots -f $(date +"sc_%Y-%m-%d_%H-%M-%s").png bind = $mainMod SHIFT ALT, S, exec, hyprshot --clipboard-only -m region -z -o ~/Picture/screenshots -f $(date +"sc_%Y-%m-%d_%H-%M-%s").png
bind = $mainMod, O, togglesplit, # dwindle bind = $mainMod, O, togglesplit, # dwindle
bind = $mainMod, T, togglefloating, bind = $mainMod, T, togglefloating,
bind = $mainMod, F, fullscreen bind = $mainMod, F, fullscreen