[awesome] hack blueman-applet away when closing blueman-manager
This commit is contained in:
parent
d29b2ad7c9
commit
3084806907
|
@ -103,7 +103,7 @@ widgets.bluetooth:buttons(
|
||||||
table.join(
|
table.join(
|
||||||
awful.button({ }, 1, widgets.bluetooth.toggle),
|
awful.button({ }, 1, widgets.bluetooth.toggle),
|
||||||
awful.button({ }, 3, function()
|
awful.button({ }, 3, function()
|
||||||
awful.spawn.spawn({ "blueman-manager" })
|
awful.spawn.with_shell("blueman-manager; pkill blueman-applet")
|
||||||
end)
|
end)
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
Reference in a new issue