⚙️ config(hypr): disable hycov plugin and change keymap of cyclegroup dispatch

This commit is contained in:
Sergio Laín 2024-01-27 01:40:37 +01:00
parent 07af7efcf5
commit fc2b95274d
No known key found for this signature in database
GPG key ID: 14C9B8080681777B
3 changed files with 2 additions and 3 deletions

View file

@ -127,7 +127,7 @@ bind = SUPERCTRL, L, workspace,m+1
# Group control # Group control
bind = SUPER, G, togglegroup bind = SUPER, G, togglegroup
bind = SUPERSHIFT, TAB, changegroupactive bind = SUPER, TAB, changegroupactive
# Submap for resizing windows # Submap for resizing windows
bind = SUPER, R, submap, resize bind = SUPER, R, submap, resize

View file

@ -14,4 +14,3 @@ source = ~/.config/hypr/themes/luna/rules.conf
# Plugins # Plugins
exec-once = hyprpm reload -n exec-once = hyprpm reload -n
source = ~/.config/hypr/plugins/hycov.conf

View file

@ -21,7 +21,7 @@ plugin {
} }
# Keybinds # Keybinds
bind = ALT, TAB, hycov:toggleoverview bind = SUPER, ;, hycov:toggleoverview
bind = SUPERALT, BACKSPACE, hycov:toggleoverview, forceall bind = SUPERALT, BACKSPACE, hycov:toggleoverview, forceall
bind = SUPERALT, LEFT, hycov:movefocus, l bind = SUPERALT, LEFT, hycov:movefocus, l
bind = SUPERALT, RIGHT, hycov:movefocus, r bind = SUPERALT, RIGHT, hycov:movefocus, r