From 8aae98df2d1aeb9d352dde2c2a972192f77dbfad Mon Sep 17 00:00:00 2001 From: Ivar Fatland Date: Sun, 26 Apr 2026 11:17:41 +0200 Subject: [PATCH] let me move applications across displays --- aerospace/.aerospace.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/aerospace/.aerospace.toml b/aerospace/.aerospace.toml index df9b90a..488aeda 100644 --- a/aerospace/.aerospace.toml +++ b/aerospace/.aerospace.toml @@ -39,10 +39,10 @@ cmd-l = 'focus right' cmd-enter = 'exec-and-forget bash $HOME/bin/open-terminal.sh' -cmd-shift-h = 'move left' -cmd-shift-j = 'move down' -cmd-shift-k = 'move up' -cmd-shift-l = 'move right' +cmd-shift-h = 'move left --boundaries all-monitors-outer-frame' +cmd-shift-j = 'move down --boundaries all-monitors-outer-frame' +cmd-shift-k = 'move up --boundaries all-monitors-outer-frame' +cmd-shift-l = 'move right --boundaries all-monitors-outer-frame' cmd-ctrl-minus = 'resize smart -50' cmd-ctrl-equal = 'resize smart +50'