hyprland: binds: add capture mode
This commit is contained in:
parent
eaee232a2f
commit
3b4166dbf3
|
@ -59,3 +59,8 @@ bind = SUPER, mouse_up, workspace, e-1
|
||||||
|
|
||||||
bindm = SUPER, mouse:272, movewindow
|
bindm = SUPER, mouse:272, movewindow
|
||||||
bindm = SUPER, mouse:273, resizewindow
|
bindm = SUPER, mouse:273, resizewindow
|
||||||
|
|
||||||
|
submap=capture
|
||||||
|
bind = SUPER,Escape,submap,reset # to exit the "capture" mode
|
||||||
|
submap=reset
|
||||||
|
bind = SUPER SHIFT,P,submap,capture # to enter the "capture" mode
|
||||||
|
|
Loading…
Reference in a new issue