From bcdbcce9fe4fc34e057f70bf6ef428cf71957cae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Tue, 2 Apr 2024 12:33:26 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20feat(hypr):=20new=20bindings=20to?= =?UTF-8?q?=20change=20monitors?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/hypr/configs/binds.conf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.config/hypr/configs/binds.conf b/.config/hypr/configs/binds.conf index dd21ce93..5d1c7ee3 100644 --- a/.config/hypr/configs/binds.conf +++ b/.config/hypr/configs/binds.conf @@ -126,6 +126,11 @@ bind = SUPERCTRL, RIGHT, workspace, m+1 bind = SUPERCTRL, H, workspace, m-1 bind = SUPERCTRL, L, workspace, m+1 + +# Moving to next and prev monitors +bind = SUPER, 59, focusmonitor, -1 # Comma +bind = SUPER, 60, focusmonitor, +1 # Period + # Group control bind = SUPER, G, togglegroup bind = ALT, TAB, changegroupactive