mirror of
https://github.com/alvinlollo/Single-install-script.git
synced 2026-06-15 03:04:26 +10:00
6 lines
159 B
Fish
6 lines
159 B
Fish
# 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
|