From d5fab720c862a0db8decba7557d3a13c35d504b6 Mon Sep 17 00:00:00 2001 From: Jeremy Kaplan Date: Wed, 25 Sep 2024 10:32:16 -0400 Subject: [PATCH] aerospace: Move monitor focus --- aerospace/aerospace.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/aerospace/aerospace.toml b/aerospace/aerospace.toml index b44b697..897df6f 100644 --- a/aerospace/aerospace.toml +++ b/aerospace/aerospace.toml @@ -80,6 +80,9 @@ alt-shift-8 = 'move-node-to-workspace 8' alt-shift-9 = 'move-node-to-workspace 9' alt-shift-0 = 'move-node-to-workspace 10' +alt-comma = 'focus-monitor prev' +alt-period = 'focus-monitor next' + alt-shift-comma = 'move-workspace-to-monitor prev' alt-shift-period = 'move-workspace-to-monitor next'