diff options
Diffstat (limited to '')
-rw-r--r-- | home/zsh/zprofile | 6 |
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 |