⚙️ config(hypr): change overview mode bindings

This commit is contained in:
Sergio Laín 2024-01-10 11:34:16 +01:00
parent 48ba1dfbd6
commit 132081e49a
No known key found for this signature in database
GPG key ID: 14C9B8080681777B

View file

@ -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