FIX: Hyprland starts on login, fastfetch command fixed for kitty integration
This commit is contained in:
parent
b2f77ac50a
commit
70fc63237e
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user