mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-15 13:29:58 -05:00
Update auto-Hypr.fish (#2106)
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
# Auto start Hyprland on tty1
|
# Auto start Hyprland on tty1
|
||||||
if test -z "$DISPLAY" ;and test "$XDG_VTNR" -eq 1
|
if test -z "$DISPLAY" ;and test "$XDG_VTNR" -eq 1
|
||||||
mkdir -p ~/.cache
|
mkdir -p ~/.cache
|
||||||
exec Hyprland > ~/.cache/hyprland.log ^&1
|
exec Hyprland > ~/.cache/hyprland.log 2>&1
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user