diff options
author | Elizabeth <lizhunt@amazon.com> | 2025-05-21 09:00:33 -0700 |
---|---|---|
committer | Elizabeth <lizhunt@amazon.com> | 2025-05-21 09:00:33 -0700 |
commit | d5acb286fa3d3ab4723c976eda84e1adcfee860c (patch) | |
tree | 51f159d38b0f7c212dfacf1979a127861097ba3a | |
parent | 68ec14e90483449f5a77024d89dc8a342f0b9a70 (diff) | |
download | dotfiles-d5acb286fa3d3ab4723c976eda84e1adcfee860c.tar.gz dotfiles-d5acb286fa3d3ab4723c976eda84e1adcfee860c.zip |
Fix left monitor aerospace keybinds
-rw-r--r-- | aerospace/.aerospace.toml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/aerospace/.aerospace.toml b/aerospace/.aerospace.toml index 81162d9..f4199e6 100644 --- a/aerospace/.aerospace.toml +++ b/aerospace/.aerospace.toml @@ -93,11 +93,11 @@ automatically-unhide-macos-hidden-apps = true alt-shift-3 = 'move-node-to-workspace 3' alt-shift-4 = 'move-node-to-workspace 4' alt-shift-5 = 'move-node-to-workspace 5' - alt-shift-a = 'move-node-to-workspace 1' - alt-shift-s = 'move-node-to-workspace 2' - alt-shift-d = 'move-node-to-workspace 3' - alt-shift-f = 'move-node-to-workspace 4' - alt-shift-g = 'move-node-to-workspace 5' + alt-shift-q = 'move-node-to-workspace 1' + alt-shift-w = 'move-node-to-workspace 2' + alt-shift-e = 'move-node-to-workspace 3' + alt-shift-r = 'move-node-to-workspace 4' + alt-shift-t = 'move-node-to-workspace 5' # Monitor Two Workspaces alt-6 = 'workspace 6' |