From 23c9229fdda72244c9f805e13ef1c7ab76c14272 Mon Sep 17 00:00:00 2001 From: Oleg Luganskiy <62727407+arcbjorn@users.noreply.github.com> Date: Tue, 26 Aug 2025 04:17:09 -0300 Subject: [PATCH] fix(hypr): convert TAB workspace bindings from bind to bindd (#1098) --- default/hypr/bindings/tiling.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/default/hypr/bindings/tiling.conf b/default/hypr/bindings/tiling.conf index caad61a9..0a53b017 100644 --- a/default/hypr/bindings/tiling.conf +++ b/default/hypr/bindings/tiling.conf @@ -39,8 +39,8 @@ bindd = SUPER SHIFT, code:18, Move window to workspace 9, movetoworkspace, 9 bindd = SUPER SHIFT, code:19, Move window to workspace 10, movetoworkspace, 10 # Tab between workspaces -bind = SUPER, TAB, workspace, e+1 -bind = SUPER SHIFT, TAB, workspace, e-1 +bindd = SUPER, TAB, Next workspace, workspace, e+1 +bindd = SUPER SHIFT, TAB, Previous workspace, workspace, e-1 # Swap active window with the one next to it with SUPER + SHIFT + arrow keys bindd = SUPER SHIFT, left, Swap window to the left, swapwindow, l