summaryrefslogtreecommitdiff
path: root/home/zsh
diff options
context:
space:
mode:
Diffstat (limited to 'home/zsh')
-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