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 ];
|
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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user