From 06248769415e7f424e7ebda5ba3dae21b45175ad Mon Sep 17 00:00:00 2001 From: oxypomme Date: Fri, 20 Jun 2025 17:32:39 +0200 Subject: [PATCH] fix: Hyprland is now started with greetd --- .zshrc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.zshrc b/.zshrc index be3e3fd..a50c424 100644 --- a/.zshrc +++ b/.zshrc @@ -147,8 +147,8 @@ alias grep="ugrep" alias ssh="kssh" alias code="snap run code" -# Startup hyprland -if uwsm check may-start; then - exec uwsm start hyprland.desktop -fi +# # Startup hyprland +# if uwsm check may-start; then +# exec uwsm start hyprland.desktop +# fi