From a5fc7eec953f7ff9477e9228870f44846521ae64 Mon Sep 17 00:00:00 2001 From: Daniele Pintore Date: Wed, 3 Sep 2025 00:52:36 +0200 Subject: [PATCH] feat: remove code to lauch uwsm since we now use Ly as login manager (greeter) --- .config/zsh/.zprofile | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.config/zsh/.zprofile b/.config/zsh/.zprofile index d299f2b..f091acc 100644 --- a/.config/zsh/.zprofile +++ b/.config/zsh/.zprofile @@ -3,12 +3,3 @@ # export NAME="VALUE" # export PATH="$PATH:/newPath" source "${ZDOTDIR}/conf.d/_env.zsh" - -# Launch Hyprland via uwsm -# Check if we are inside a tmux session -if [ -z "$TMUX" ]; then - if uwsm check may-start; then - exec uwsm start hyprland.desktop - fi -fi -