From c0a28b37b373a0a049d7f906419e305fb13b19fe Mon Sep 17 00:00:00 2001 From: Stefan Imhoff Date: Mon, 19 Aug 2024 12:58:16 +0200 Subject: [PATCH] fix(aerospace): remove mapping due to conflict with tmux --- config/aerospace/aerospace.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/config/aerospace/aerospace.toml b/config/aerospace/aerospace.toml index b4293fe..5dd1c54 100644 --- a/config/aerospace/aerospace.toml +++ b/config/aerospace/aerospace.toml @@ -81,9 +81,6 @@ alt-ctrl-shift-9 = 'move-node-to-workspace 9' # Fullscreen ctrl-alt-cmd-f = "fullscreen" -# Floating/tiling layout -alt-ctrl-t = 'layout floating tiling' - # Move to monitor alt-shift-tab = 'move-workspace-to-monitor --wrap-around next'