From b31ca44be77eae3f4dde45202c501d308e1414f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Mon, 9 Jun 2025 17:13:23 +0200 Subject: [PATCH] fix(hypr): ghostty service running in the background --- .config/hypr/scripts/autostart/apps | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.config/hypr/scripts/autostart/apps b/.config/hypr/scripts/autostart/apps index fa556db6..cc483f33 100755 --- a/.config/hypr/scripts/autostart/apps +++ b/.config/hypr/scripts/autostart/apps @@ -2,10 +2,9 @@ # Apps spotify & -vesktop & -thunderbird & obsidian & # Terminal Apps -kitty --class btop btop & -kitty --class nvtop nvtop & +# kitty --class btop btop & +# kitty --class nvtop nvtop & +ghostty --gtk-single-instance=true --quit-after-last-window-closed=false --initial-window=false &