⚙️ config(hypr): change overview mode bindings
This commit is contained in:
parent
48ba1dfbd6
commit
132081e49a
1 changed files with 9 additions and 9 deletions
|
@ -182,12 +182,12 @@ bind = SUPERCTRL, F1, exec, xdg-open https://github.com/Matt-FTW/dotfiles/wiki
|
|||
## Plugins
|
||||
# Overview mode
|
||||
bind = ALT, TAB, hycov:toggleoverview
|
||||
bind = ALT, BACKSPACE, hycov:toggleoverview, forceall
|
||||
bind = ALT, LEFT, hycov:movefocus, l
|
||||
bind = ALT, RIGHT, hycov:movefocus, r
|
||||
bind = ALT, UP, hycov:movefocus, u
|
||||
bind = ALT, DOWN, hycov:movefocus, d
|
||||
bind = ALT, H, hycov:movefocus, l
|
||||
bind = ALT, L, hycov:movefocus, r
|
||||
bind = ALT, K, hycov:movefocus, u
|
||||
bind = ALT, J, hycov:movefocus, d
|
||||
bind = SUPERALT, BACKSPACE, hycov:toggleoverview, forceall
|
||||
bind = SUPERALT, LEFT, hycov:movefocus, l
|
||||
bind = SUPERALT, RIGHT, hycov:movefocus, r
|
||||
bind = SUPERALT, UP, hycov:movefocus, u
|
||||
bind = SUPERALT, DOWN, hycov:movefocus, d
|
||||
bind = SUPERALT, H, hycov:movefocus, l
|
||||
bind = SUPERALT, L, hycov:movefocus, r
|
||||
bind = SUPERALT, K, hycov:movefocus, u
|
||||
bind = SUPERALT, J, hycov:movefocus, d
|
||||
|
|
Loading…
Add table
Reference in a new issue