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