Hyprland: Start with new hyprland-start command

This commit is contained in:
Riyyi
2026-01-24 16:20:35 +01:00
parent ae8f793265
commit 93c1ef048d
+1 -1
View File
@@ -1,7 +1,7 @@
XORG_USER='rick' XORG_USER='rick'
if [ "$WAYLAND" = true ]; then if [ "$WAYLAND" = true ]; then
[ "$USER" = "$XORG_USER" ] && [ "$(tty)" = "/dev/tty1" ] && exec hyprland > /dev/null 2>&1 [ "$USER" = "$XORG_USER" ] && [ "$(tty)" = "/dev/tty1" ] && exec start-hyprland > /dev/null 2>&1
else else
[ "$USER" = "$XORG_USER" ] && [ "$(tty)" = "/dev/tty1" ] && exec xinit -- vt1 > /dev/null 2>&1 [ "$USER" = "$XORG_USER" ] && [ "$(tty)" = "/dev/tty1" ] && exec xinit -- vt1 > /dev/null 2>&1
fi fi