Files
illogical-impulse/dots/.config/zshrc.d/auto-Hypr.sh
T
2025-10-16 07:19:55 +08:00

6 lines
150 B
Bash

# Auto start Hyprland on tty1
if [ -z "$DISPLAY" ] && [ "$XDG_VTNR" -eq 1 ]; then
mkdir -p ~/.cache
exec Hyprland > ~/.cache/hyprland.log 2>&1
fi