diff --git a/rsc/config/awesome/autostart.lua b/rsc/config/awesome/autostart.lua index 80daf8f..527d566 100644 --- a/rsc/config/awesome/autostart.lua +++ b/rsc/config/awesome/autostart.lua @@ -25,6 +25,7 @@ function autostart.exec(awful) awful.spawn.with_shell("xmousepasteblock") awful.spawn.with_shell("xinput map-to-output 20 DVI-I") -- awful.spawn.with_shell("fcitx5 -d") + awful.spawn.with_shell('dbus-daemon --session --address="unix:path=$XDG_RUNTIME_DIR/bus"') end return autostart