mirror of
https://github.com/eRgo35/dots.git
synced 2025-12-16 23:46:13 +01:00
5 lines
69 B
Bash
Executable File
5 lines
69 B
Bash
Executable File
if [ "$(tty)" = "/dev/tty1" ];then
|
|
# exec startx
|
|
exec Hyprland
|
|
fi
|