From 0aa698f6afd2af25640b44225403b3e90b268cf6 Mon Sep 17 00:00:00 2001 From: Jeremy Kaplan Date: Fri, 18 Sep 2026 10:11:39 -0400 Subject: [PATCH] aerospace: Add ctrl to multi-monitor bindings This avoids conflicts with helix bindings. --- aerospace/aerospace.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/aerospace/aerospace.toml b/aerospace/aerospace.toml index 38b1677..134a2c3 100644 --- a/aerospace/aerospace.toml +++ b/aerospace/aerospace.toml @@ -91,11 +91,11 @@ alt-shift-8 = ['move-node-to-workspace 8', 'workspace 8'] alt-shift-9 = ['move-node-to-workspace 9', 'workspace 9'] alt-shift-0 = ['move-node-to-workspace 10', 'workspace 10'] -alt-comma = 'focus-monitor prev' -alt-period = 'focus-monitor next' +alt-ctrl-comma = 'focus-monitor prev' +alt-ctrl-period = 'focus-monitor next' -alt-shift-comma = 'move-workspace-to-monitor prev' -alt-shift-period = 'move-workspace-to-monitor next' +alt-ctrl-shift-comma = 'move-workspace-to-monitor prev' +alt-ctrl-shift-period = 'move-workspace-to-monitor next' alt-shift-r = 'mode resize'