[Hyprland] Add new bind layout

This commit is contained in:
2025-10-16 16:18:08 +02:00
parent a9c73ba9d9
commit 6540bda07a
12 changed files with 338 additions and 39 deletions

View File

@@ -0,0 +1,19 @@
# ────────────────────────────────────────────────────────────────────
# ╭────────────────────────────────────────────────╮
# │ 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
# ────────────────────────────────────────────────────────────────────