From 4dc7aee607f6c8732f4aea92ab9f73eeb44def5a Mon Sep 17 00:00:00 2001 From: Jeremy Kaplan Date: Tue, 18 Mar 2025 16:05:52 -0400 Subject: [PATCH] aerospace: Contain window movement within monitor --- aerospace/aerospace.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/aerospace/aerospace.toml b/aerospace/aerospace.toml index 5e40992..9ea9af3 100644 --- a/aerospace/aerospace.toml +++ b/aerospace/aerospace.toml @@ -39,10 +39,10 @@ outer.right = 0 alt-tab = 'workspace-back-and-forth' alt-backtick = 'workspace-back-and-forth' -alt-j = 'focus --boundaries all-monitors-outer-frame down' -alt-k = 'focus --boundaries all-monitors-outer-frame up' -alt-h = 'focus --boundaries all-monitors-outer-frame left' -alt-l = 'focus --boundaries all-monitors-outer-frame right' +alt-j = 'focus --boundaries workspace down' +alt-k = 'focus --boundaries workspace up' +alt-h = 'focus --boundaries workspace left' +alt-l = 'focus --boundaries workspace right' alt-shift-j = 'join-with down' alt-shift-k = 'join-with up'