From c353fbe9a9ba32d22ab47cf25f46db4d19235d89 Mon Sep 17 00:00:00 2001 From: Martin Larsson Date: Sun, 13 Jul 2025 16:26:57 +0200 Subject: [PATCH] Update aerospace config to open firefox over qutebrowser. --- aerospace/aerospace.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aerospace/aerospace.toml b/aerospace/aerospace.toml index dab46cd..cce6b22 100644 --- a/aerospace/aerospace.toml +++ b/aerospace/aerospace.toml @@ -70,7 +70,7 @@ cmd-alt-h = [] # Disable "hide others" # All possible commands: https://nikitabobko.github.io/AeroSpace/commands cmd-enter = 'exec-and-forget open -n /Applications/Ghostty.app' -cmd-b = 'exec-and-forget open -n /Applications/qutebrowser.app' +cmd-b = 'exec-and-forget open -n ~/Applications/Nix/Firefox.app' # See: https://nikitabobko.github.io/AeroSpace/commands#layout # alt-slash = 'layout tiles horizontal vertical'