mirror of
https://github.com/danbulant/dots-hyprland
synced 2026-05-19 04:08:48 +00:00
5 lines
152 B
Fish
5 lines
152 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 ^&1
|
|
end
|