From 51c99e98b28e74b72a028a5fa6d0ef3d278a5bcb Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Sat, 28 Jun 2025 17:02:07 -0400 Subject: unfuck dbus --- home/zsh/zprofile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'home') 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 -- cgit v1.2.3-freya