From acb3e982b10226c880ff9fe196bb47eba8f0c305 Mon Sep 17 00:00:00 2001 From: Yan Lin Date: Tue, 18 Nov 2025 18:54:22 +0100 Subject: [PATCH] minor --- modules/aerospace.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/aerospace.nix b/modules/aerospace.nix index 31b4f74..7b056b7 100644 --- a/modules/aerospace.nix +++ b/modules/aerospace.nix @@ -53,7 +53,7 @@ alt-shift-space = 'layout floating tiling' # Toggle float/tile # Application launcher (matching Hyprland: Super+Return for terminal) - alt-enter = 'open -a Ghostty' + alt-enter = 'exec-and-forget open -n -a Ghostty' # Window focus navigation (vim-style: alt+h/j/k/l) alt-h = 'focus left'