From 3e4c64efda269632cf573c79cd297b802c9bb8fa Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Mon, 30 Jun 2025 13:09:53 -0400 Subject: add ly display manager --- home/zsh/zprofile | 6 ------ 1 file changed, 6 deletions(-) (limited to 'home/zsh/zprofile') diff --git a/home/zsh/zprofile b/home/zsh/zprofile index db63dd2..fc0fd72 100644 --- a/home/zsh/zprofile +++ b/home/zsh/zprofile @@ -3,9 +3,3 @@ if [ -n "$TMUX" ]; then return fi - -# only launch hyprland on tty 1 -if [ -z "${WAYLAND_DISPLAY}" ] && [ "${XDG_VTNR}" -eq 1 ]; then - export XDG_CURRENT_DESKTOP=Hyprland - exec Hyprland -fi -- cgit v1.2.3-freya