From 132081e49a492710d02491b14d6a3838a1ee0f93 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Wed, 10 Jan 2024 11:34:16 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9A=99=EF=B8=8F=20config(hypr):=20change=20o?= =?UTF-8?q?verview=20mode=20bindings?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/hypr/configs/binds.conf | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.config/hypr/configs/binds.conf b/.config/hypr/configs/binds.conf index bab601fd..016d1d69 100644 --- a/.config/hypr/configs/binds.conf +++ b/.config/hypr/configs/binds.conf @@ -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