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 -