mirror of
https://github.com/sheptikhinv/my-hyprland.git
synced 2026-02-07 09:21:36 +05:00
move bindings to separate file, fix region screenshot
This commit is contained in:
parent
bda6f146c3
commit
b03e7c363f
3 changed files with 78 additions and 76 deletions
|
|
@ -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
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue