From 32b547430771009f1c65716bfc79da53a287626a Mon Sep 17 00:00:00 2001 From: Syed Daanish Date: Wed, 8 Jul 2026 07:41:15 +0100 Subject: [PATCH] Add startx to fish config --- home/fish/interactive.fish | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/home/fish/interactive.fish b/home/fish/interactive.fish index 4edcb31..8d98be8 100644 --- a/home/fish/interactive.fish +++ b/home/fish/interactive.fish @@ -1,3 +1,7 @@ +if test (tty) = /dev/tty1; and test -z "$DISPLAY"; and test -z "$WAYLAND_DISPLAY" + exec startx +end + if test "$KITTY_STR" = "1" if not set -q _FASTFETCH_RUN set -gx _FASTFETCH_RUN 1