From c9991f04a3bb01e74e263408d4cfd0ab5b06231c Mon Sep 17 00:00:00 2001 From: veneficium Date: Mon, 10 Nov 2025 19:40:08 +0100 Subject: [PATCH] use fast ghostty new-window --- modules/home/niri/niri.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/modules/home/niri/niri.nix b/modules/home/niri/niri.nix index cf2d1b2..984560e 100644 --- a/modules/home/niri/niri.nix +++ b/modules/home/niri/niri.nix @@ -201,7 +201,10 @@ allow-when-locked = true; }; - "Mod+T".action.spawn = "ghostty"; + "Mod+T".action.spawn = [ + "ghostty" + "+new-window" + ]; "Mod+D".action.spawn = "fuzzel"; "Mod+Q".action = close-window;