From 93c1ef048d3385aae1fef0270bc630fc60390b15 Mon Sep 17 00:00:00 2001 From: Riyyi Date: Sat, 24 Jan 2026 16:20:35 +0100 Subject: [PATCH] Hyprland: Start with new hyprland-start command --- .config/zsh/.zlogin | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/zsh/.zlogin b/.config/zsh/.zlogin index 193a596..c90e04b 100644 --- a/.config/zsh/.zlogin +++ b/.config/zsh/.zlogin @@ -1,7 +1,7 @@ XORG_USER='rick' 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 [ "$USER" = "$XORG_USER" ] && [ "$(tty)" = "/dev/tty1" ] && exec xinit -- vt1 > /dev/null 2>&1 fi