diff options
author | sinanmohd <sinan@firemail.cc> | 2023-08-05 10:51:02 +0530 |
---|---|---|
committer | sinanmohd <sinan@firemail.cc> | 2023-08-05 10:51:14 +0530 |
commit | 02082985d48d683202414ac16181000ad699af3c (patch) | |
tree | 9802f6af8dd94188d3bb6ca21d733997f7c881c3 | |
parent | 6890e33a0594c71b74e594a453e5a325a2322466 (diff) |
wayland: remove dbus-run-session as it does not ship with dbus-broker
-rw-r--r-- | .profile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |