From 91f68e8b1e853ddcffa0bd72e62d12856edde120 Mon Sep 17 00:00:00 2001 From: Baitinq Date: Sun, 28 May 2023 17:37:42 +0200 Subject: Dotfiles: Bash: Launch river with dbus --- dotfiles/.bash_profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dotfiles/.bash_profile') diff --git a/dotfiles/.bash_profile b/dotfiles/.bash_profile index cda5e37..28c4efa 100644 --- a/dotfiles/.bash_profile +++ b/dotfiles/.bash_profile @@ -11,7 +11,7 @@ if [[ ! $DISPLAY && $XDG_VTNR -eq 1 ]]; then export MOZ_ENABLE_WAYLAND=1 export LIBSEAT_BACKEND="logind" export NIXOS_OZONE_WL=1 - exec river + exec dbus-run-session river fi # StartX -- cgit 1.4.1