From 70d15921b992477ca383fb9c5e01885282ce1e74 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sun, 9 Nov 2025 11:37:43 +0100 Subject: [PATCH] Add Super + Shift + Alt + Left/Right to move workspaces between monitors Closes #1373, #3010 Co-authored-by: @jheuing --- default/hypr/bindings/tiling-v2.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/default/hypr/bindings/tiling-v2.conf b/default/hypr/bindings/tiling-v2.conf index c9fcb5de..caebdff3 100644 --- a/default/hypr/bindings/tiling-v2.conf +++ b/default/hypr/bindings/tiling-v2.conf @@ -48,6 +48,10 @@ bindd = SUPER, TAB, Next workspace, workspace, e+1 bindd = SUPER SHIFT, TAB, Previous workspace, workspace, e-1 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 + # 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 bindd = SUPER SHIFT, RIGHT, Swap window to the right, swapwindow, r