diff --git a/.config/hypr/configs/binds.conf b/.config/hypr/configs/binds.conf index 33772a6c..2fc8ea37 100644 --- a/.config/hypr/configs/binds.conf +++ b/.config/hypr/configs/binds.conf @@ -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 diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index 251ef1b1..67c8ccb8 100755 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -14,4 +14,3 @@ source = ~/.config/hypr/themes/luna/rules.conf # Plugins exec-once = hyprpm reload -n -source = ~/.config/hypr/plugins/hycov.conf diff --git a/.config/hypr/plugins/hycov.conf b/.config/hypr/plugins/hycov.conf index 0b215166..fdeb7ab3 100644 --- a/.config/hypr/plugins/hycov.conf +++ b/.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