FIX: Hyprland starts on login, fastfetch command fixed for kitty integration

This commit is contained in:
_N0x 2025-02-15 18:55:38 +01:00
parent b2f77ac50a
commit 70fc63237e

View File

@ -1,11 +1,5 @@
if [ -z "$DISPLAY" ] && [ (fgconsole) -eq 1 ]; if [ -z "$DISPLAY" ] && [ (fgconsole) -eq 1 ];
# startx Hyprland
end
# uncomment to automatically start tmux
if status is-interactive
and not set -q TMUX
# exec tmux
end end
fish_ssh_agent fish_ssh_agent
@ -15,7 +9,8 @@ function q
end end
function ff 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 end
function lf function lf