From 02082985d48d683202414ac16181000ad699af3c Mon Sep 17 00:00:00 2001 From: sinanmohd Date: Sat, 5 Aug 2023 10:51:02 +0530 Subject: wayland: remove dbus-run-session as it does not ship with dbus-broker --- .profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.profile b/.profile index c7daad2..1822e04 100644 --- a/.profile +++ b/.profile @@ -44,6 +44,6 @@ export MOZ_ENABLE_WAYLAND=1 case "$(tty)" in */tty1) - exec dbus-run-session dwl -s "${XDG_CONFIG_HOME:-$HOME/.config}/wayland/winit" + exec dwl -s "${XDG_CONFIG_HOME:-$HOME/.config}/wayland/winit" ;; esac -- cgit v1.2.3