From 328c741b1aac74020412e99e0dca7c728dbc92fa Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Mon, 23 Jun 2025 22:33:44 -0400 Subject: refactor --- programs/zsh/zprofile | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 programs/zsh/zprofile (limited to 'programs/zsh/zprofile') diff --git a/programs/zsh/zprofile b/programs/zsh/zprofile deleted file mode 100644 index 4815b36..0000000 --- a/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 -- cgit v1.2.3-freya