summaryrefslogtreecommitdiff
path: root/home
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2025-06-30 13:09:53 -0400
committerFreya Murphy <freya@freyacat.org>2025-06-30 13:09:53 -0400
commit3e4c64efda269632cf573c79cd297b802c9bb8fa (patch)
tree91472685b0f145aa003c505e2f8e4ae4c13af9ad /home
parentupdate pkgs imports (diff)
downloaddotfiles-nix-3e4c64efda269632cf573c79cd297b802c9bb8fa.tar.gz
dotfiles-nix-3e4c64efda269632cf573c79cd297b802c9bb8fa.tar.bz2
dotfiles-nix-3e4c64efda269632cf573c79cd297b802c9bb8fa.zip
add ly display manager
Diffstat (limited to 'home')
-rw-r--r--home/zsh/zprofile6
1 files changed, 0 insertions, 6 deletions
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