summaryrefslogtreecommitdiff
path: root/home/zsh/zprofile
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--home/zsh/zprofile2
1 files changed, 1 insertions, 1 deletions
diff --git a/home/zsh/zprofile b/home/zsh/zprofile
index 4815b36..db63dd2 100644
--- a/home/zsh/zprofile
+++ b/home/zsh/zprofile
@@ -7,5 +7,5 @@ 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
+ exec Hyprland
fi