mirror of
https://github.com/eRgo35/dots.git
synced 2025-12-16 15:36:11 +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
|