From 70fc63237e6980a002abd4cabfdf0a1461407acf Mon Sep 17 00:00:00 2001 From: _N0x <tf@n0x.io> Date: Sat, 15 Feb 2025 18:55:38 +0100 Subject: [PATCH] FIX: Hyprland starts on login, fastfetch command fixed for kitty integration --- fish/.config/fish/config.fish | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/fish/.config/fish/config.fish b/fish/.config/fish/config.fish index 4994589..e2e966b 100644 --- a/fish/.config/fish/config.fish +++ b/fish/.config/fish/config.fish @@ -1,11 +1,5 @@ if [ -z "$DISPLAY" ] && [ (fgconsole) -eq 1 ]; - # startx -end - -# uncomment to automatically start tmux -if status is-interactive -and not set -q TMUX -# exec tmux + Hyprland end fish_ssh_agent @@ -15,7 +9,8 @@ function q end function ff - fastfetch -l ~/.config/fish/img/ff.png -c neofetch.jsonc + #fastfetch -l ~/.config/fish/img/ff.png -c neofetch.jsonc + fastfetch --logo-type kitty-direct --logo ~/.config/fish/img/ff.png -c neofetch.jsonc end function lf