From fc2b95274d3fc7dd846f4968fa8ea51435f18499 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Sat, 27 Jan 2024 01:40:37 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9A=99=EF=B8=8F=20config(hypr):=20disable=20?= =?UTF-8?q?hycov=20plugin=20and=20change=20keymap=20of=20cyclegroup=20disp?= =?UTF-8?q?atch?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/hypr/configs/binds.conf | 2 +- .config/hypr/hyprland.conf | 1 - .config/hypr/plugins/hycov.conf | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) 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