summaryrefslogtreecommitdiff
path: root/nix/programs/zsh/zprofile
diff options
context:
space:
mode:
Diffstat (limited to 'nix/programs/zsh/zprofile')
-rw-r--r--nix/programs/zsh/zprofile11
1 files changed, 0 insertions, 11 deletions
diff --git a/nix/programs/zsh/zprofile b/nix/programs/zsh/zprofile
deleted file mode 100644
index 4815b36..0000000
--- a/nix/programs/zsh/zprofile
+++ /dev/null
@@ -1,11 +0,0 @@
-# dont attempt to launch a graphical
-# env in tmux
-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 dbus-run-session Hyprland
-fi