Fix kde connect
Couldn't connect to dbus otherwise
This commit is contained in:
parent
5f75cf2aab
commit
f251e8db9e
1 changed files with 1 additions and 0 deletions
|
@ -25,6 +25,7 @@ function autostart.exec(awful)
|
||||||
awful.spawn.with_shell("xmousepasteblock")
|
awful.spawn.with_shell("xmousepasteblock")
|
||||||
awful.spawn.with_shell("xinput map-to-output 20 DVI-I")
|
awful.spawn.with_shell("xinput map-to-output 20 DVI-I")
|
||||||
-- awful.spawn.with_shell("fcitx5 -d")
|
-- awful.spawn.with_shell("fcitx5 -d")
|
||||||
|
awful.spawn.with_shell('dbus-daemon --session --address="unix:path=$XDG_RUNTIME_DIR/bus"')
|
||||||
end
|
end
|
||||||
|
|
||||||
return autostart
|
return autostart
|
||||||
|
|
Loading…
Reference in a new issue