keybinding work
This commit is contained in:
parent
8e6169211e
commit
1431232447
1 changed files with 11 additions and 5 deletions
|
|
@ -14,8 +14,9 @@ bindo = $mainMod, ESCAPE, submap, reset
|
|||
submap = reset
|
||||
|
||||
bind = , F11, fullscreen
|
||||
bind = $mainMod, P, exec, hyprlock
|
||||
bindo = $mainMod, L, exec, hyprlock
|
||||
bind = $mainMod, F, togglefloating
|
||||
bind = $mainMod, P, pin
|
||||
bind = $mainMod&SHIFT, S, exec, hyprshot -m region --clipboard-only
|
||||
|
||||
bind = $mainMod, H, movefocus, l
|
||||
|
|
@ -28,10 +29,15 @@ bind = $mainMod&SHIFT, L, movewindow, r
|
|||
bind = $mainMod&SHIFT, K, movewindow, u
|
||||
bind = $mainMod&SHIFT, J, movewindow, d
|
||||
|
||||
bind = $mainMod, Left, resizeactive, -50 0
|
||||
bind = $mainMod, Right, resizeactive, 50 0
|
||||
bind = $mainMod, Up, resizeactive, 0 -50
|
||||
bind = $mainMod, Down, resizeactive, 0 50
|
||||
binde = $mainMod, Left, moveactive, -50 0
|
||||
binde = $mainMod, Right, moveactive, 50 0
|
||||
binde = $mainMod, Up, moveactive, 0 -50
|
||||
binde = $mainMod, Down, moveactive, 0 50
|
||||
|
||||
binde = $mainMod&SHIFT, Left, resizeactive, -50 0
|
||||
binde = $mainMod&SHIFT, Right, resizeactive, 50 0
|
||||
binde = $mainMod&SHIFT, Up, resizeactive, 0 -50
|
||||
binde = $mainMod&SHIFT, Down, resizeactive, 0 50
|
||||
|
||||
bind = $mainMod, 1, workspace, 1
|
||||
bind = $mainMod, 2, workspace, 2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue