From a72824235bc4db3bdc2ebf8654c0516bdfc22c24 Mon Sep 17 00:00:00 2001 From: Yan Lin Date: Tue, 18 Nov 2025 16:13:57 +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 7b056b7..31b4f74 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 = 'exec-and-forget open -n -a Ghostty' + alt-enter = 'open -a Ghostty' # Window focus navigation (vim-style: alt+h/j/k/l) alt-h = 'focus left'