parity migration part 1

This commit is contained in:
2024-02-08 12:12:52 +01:00
parent 63bd720d1c
commit 365c17b8c6
17 changed files with 1085 additions and 198 deletions

View File

@@ -1 +1,3 @@
[ "$(tty)" = "/dev/tty1" ] && ! pgrep -x Xorg >/dev/null && exec startx -- vt1 &> /dev/null
if [ "$(tty)" = "/dev/tty1" ];then
exec Hyprland
fi