diff options
Diffstat (limited to '.zprofile')
| -rw-r--r-- | .zprofile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.zprofile b/.zprofile new file mode 100644 index 0000000..4c47666 --- /dev/null +++ b/.zprofile @@ -0,0 +1,5 @@ +export PATH="$HOME/dotfiles/scripts/:$PATH" + +if [ -z "$DISPLAY" ] && [ "$(tty)" = "/dev/tty1" ]; then + exec dbus-launch --exit-with-session Hyprland +fi |
