From 8e3bd40a286d6a74e561ae274d036c053d1121fe Mon Sep 17 00:00:00 2001 From: Yan Lin Date: Sun, 16 Nov 2025 15:18:02 +0100 Subject: [PATCH] minor --- modules/aerospace.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/aerospace.nix b/modules/aerospace.nix index f157f1b..ff7d942 100644 --- a/modules/aerospace.nix +++ b/modules/aerospace.nix @@ -51,6 +51,9 @@ alt-f = 'fullscreen' 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' + # Window focus navigation (vim-style: alt+h/j/k/l) alt-h = 'focus left' alt-j = 'focus down'