From a9cea2146303a2db73e428ac8f474e953003c5f1 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Fri, 2 Jan 2026 20:14:17 -0800 Subject: [PATCH] Add missing up/down for moving workspaces to other monitors Closes #844 Co-authored-by: @erdostom --- default/hypr/bindings/tiling-v2.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/default/hypr/bindings/tiling-v2.conf b/default/hypr/bindings/tiling-v2.conf index 01aa7d72..2b4de61c 100644 --- a/default/hypr/bindings/tiling-v2.conf +++ b/default/hypr/bindings/tiling-v2.conf @@ -65,6 +65,8 @@ bindd = SUPER CTRL, TAB, Former workspace, workspace, previous # Move workspaces to other monitors bindd = SUPER SHIFT ALT, LEFT, Move workspace to left monitor, movecurrentworkspacetomonitor, l bindd = SUPER SHIFT ALT, RIGHT, Move workspace to right monitor, movecurrentworkspacetomonitor, r +bindd = SUPER SHIFT ALT, UP, Move workspace to up monitor, movecurrentworkspacetomonitor, u +bindd = SUPER SHIFT ALT, DOWN, Move workspace to down monitor, movecurrentworkspacetomonitor, d # 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