mirror of
https://github.com/alvinlollo/Single-install-script.git
synced 2026-07-05 16:16:43 +10:00
Added fish shell config
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
# Auto start Hyprland on tty1
|
||||
if test -z "$DISPLAY" ;and test "$XDG_VTNR" -eq 1
|
||||
mkdir -p ~/.cache
|
||||
exec start-hyprland > ~/.cache/hyprland.log 2>&1
|
||||
end
|
||||
Reference in New Issue
Block a user