mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-05 14:59:27 -05:00
6 lines
153 B
Fish
6 lines
153 B
Fish
# Auto start Hyprland on tty1
|
|
if test -z "$DISPLAY" ;and test "$XDG_VTNR" -eq 1
|
|
mkdir -p ~/.cache
|
|
exec Hyprland > ~/.cache/hyprland.log 2>&1
|
|
end
|