⚙️ config(hypr): disable hycov plugin and change keymap of cyclegroup dispatch
This commit is contained in:
parent
07af7efcf5
commit
fc2b95274d
3 changed files with 2 additions and 3 deletions
|
@ -127,7 +127,7 @@ bind = SUPERCTRL, L, workspace,m+1
|
|||
|
||||
# Group control
|
||||
bind = SUPER, G, togglegroup
|
||||
bind = SUPERSHIFT, TAB, changegroupactive
|
||||
bind = SUPER, TAB, changegroupactive
|
||||
|
||||
# Submap for resizing windows
|
||||
bind = SUPER, R, submap, resize
|
||||
|
|
|
@ -14,4 +14,3 @@ source = ~/.config/hypr/themes/luna/rules.conf
|
|||
|
||||
# Plugins
|
||||
exec-once = hyprpm reload -n
|
||||
source = ~/.config/hypr/plugins/hycov.conf
|
||||
|
|
|
@ -21,7 +21,7 @@ plugin {
|
|||
}
|
||||
|
||||
# Keybinds
|
||||
bind = ALT, TAB, hycov:toggleoverview
|
||||
bind = SUPER, ;, hycov:toggleoverview
|
||||
bind = SUPERALT, BACKSPACE, hycov:toggleoverview, forceall
|
||||
bind = SUPERALT, LEFT, hycov:movefocus, l
|
||||
bind = SUPERALT, RIGHT, hycov:movefocus, r
|
||||
|
|
Loading…
Add table
Reference in a new issue