diff options
author | Freya Murphy <freya@freyacat.org> | 2025-06-30 13:09:53 -0400 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2025-06-30 13:09:53 -0400 |
commit | 3e4c64efda269632cf573c79cd297b802c9bb8fa (patch) | |
tree | 91472685b0f145aa003c505e2f8e4ae4c13af9ad /home/zsh/zprofile | |
parent | update pkgs imports (diff) | |
download | dotfiles-nix-3e4c64efda269632cf573c79cd297b802c9bb8fa.tar.gz dotfiles-nix-3e4c64efda269632cf573c79cd297b802c9bb8fa.tar.bz2 dotfiles-nix-3e4c64efda269632cf573c79cd297b802c9bb8fa.zip |
add ly display manager
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 |