Fix kde connect

Couldn't connect to dbus otherwise
This commit is contained in:
GHOSCHT 2023-11-04 14:55:43 +01:00
parent 5f75cf2aab
commit f251e8db9e
No known key found for this signature in database

View file

@ -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