move bindings to separate file, fix region screenshot

This commit is contained in:
Вячеслав 2025-07-24 02:03:06 +05:00
parent bda6f146c3
commit b03e7c363f
3 changed files with 78 additions and 76 deletions

View file

@ -10,13 +10,4 @@ input {
kb_rules =
follow_mouse = 1
sensitivity = 0
}
# Screenshot a window
bind = $shiftMod, PRINT, exec, hyprshot -m window --clipboard-only
# Screenshot a monitor
bind = , PRINT, exec, hyprshot -m output --clipboard-only
#Screenshot a region
bind = SUPER_SHIFT, S, exec, hyprshot -m --clipboard-only
}