Commit graph

5 commits

Author SHA1 Message Date
Pi-Yueh Chuang
1cd5e2edf7
add a parameter to control bluetooth popup menu
The right-click popup menu in the bluetooth module does not work well in
Sway (a i3wm-compatible Wayland WM). This is known issue to
Sway. Given that the popup menu is simply to turn on/off the
bluetooth device, the graphical popup is really not necessary. This
commit adds a parameter to control whether a popup menu should be used
when a right-click happens, or we simply turn on/off the device without
the menu.
2019-12-18 16:53:58 -05:00
Pi-Yueh Chuang
747214f3da
configurable D-Bus blueman object path to fix #483
The path to object org.blueman.Mechanism was originally hard-coded to
"/". But in some systems, the path may be "/org/blueman/mechanism". So
this commit adds an extra parameter to configure the path.
2019-12-18 16:51:33 -05:00
Tobias Witek
9236b5279e [modules/bluetooth] Make dbus destination configurable
Add a parameter "dbus_destination" that allows a user to specify the
DBUS destination.

fixes #483
2019-12-14 13:36:45 +01:00
brunosmmm
85ec7c4331 example usage of popup menu in the bluetooth module. 2017-06-01 20:25:40 -04:00
brunosmmm
185690f030 Simple bluetooth module with toggling and status display 2017-06-01 12:12:49 -04:00