summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsinanmohd <sinan@firemail.cc>2023-08-05 10:51:02 +0530
committersinanmohd <sinan@firemail.cc>2023-08-05 10:51:14 +0530
commit02082985d48d683202414ac16181000ad699af3c (patch)
tree9802f6af8dd94188d3bb6ca21d733997f7c881c3
parent6890e33a0594c71b74e594a453e5a325a2322466 (diff)
wayland: remove dbus-run-session as it does not ship with dbus-broker
-rw-r--r--.profile2
1 files changed, 1 insertions, 1 deletions
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