feat: remove code to lauch uwsm since we now use Ly as login manager

(greeter)
This commit is contained in:
2025-09-03 00:52:36 +02:00
parent c1da830392
commit a5fc7eec95

View File

@@ -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