summaryrefslogtreecommitdiff
path: root/.profile
diff options
context:
space:
mode:
Diffstat (limited to '.profile')
-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