Files
dotfiles/config/hypr/hyprland/modal-binds/screenshot.conf

20 lines
1.4 KiB
Plaintext

# ────────────────────────────────────────────────────────────────────
# ╭────────────────────────────────────────────────╮
# │ Screenshotting binds │
# ╰────────────────────────────────────────────────╯
bind = $mainMod, S, submap, screenshotting
submap = screenshotting
bind = , Y, exec, grimblast --notify copy area
bind = , C, exec, grimblast --notify copysave area
bind = , S, exec, grimblast --notify save area
bind = SHIFT, Y, exec, grimblast --notify copy screen
bind = SHIFT, C, exec, grimblast --notify copysave screen
bind = SHIFT, S, exec, grimblast --notify save screen
# ── Exit submap ─────────────────────────────────────────────────────
bind = , escape, submap, reset
submap = reset
# ────────────────────────────────────────────────────────────────────