Files
dots/.config/zsh/.zprofile

5 lines
69 B
Bash
Executable File

if [ "$(tty)" = "/dev/tty1" ];then
# exec startx
exec Hyprland
fi