Launch sway with a dbus session.

Otherwise mako will fail to dismiss notifications because it fails to connect to dbus.
This commit is contained in:
Tom Alexander 2022-11-25 16:44:07 -05:00
parent d46e89336a
commit a339347d0d
Signed by: talexander
GPG Key ID: D3A179C9A53C0EDE
2 changed files with 2 additions and 2 deletions

View File

@ -11,4 +11,4 @@ if [[ ! -v XDG_RUNTIME_DIR ]]; then
fi
exec sway -d &> $HOME/.config/swaylog
exec dbus-launch sway -d &> $HOME/.config/swaylog

View File

@ -2,4 +2,4 @@ bindsym $mod+Escape exec makoctl dismiss
bindsym $mod+Shift+Escape exec makoctl invoke
# Notifications
exec /usr/bin/mako
exec mako