mirror of
https://github.com/elenapan/dotfiles.git
synced 2026-03-06 19:41:27 +08:00
Add close mouse bind for amarena tray box
This commit is contained in:
parent
871f1b8ef2
commit
6902968bbc
1 changed files with 5 additions and 0 deletions
|
|
@ -149,6 +149,11 @@ awful.screen.connect_for_each_screen(function(s)
|
|||
widget = wibox.container.background
|
||||
}
|
||||
awful.placement.bottom_right(s.traybox, {margins = { bottom = beautiful.useless_gap * 4, right = beautiful.useless_gap * 4 }})
|
||||
s.traybox:buttons(gears.table.join(
|
||||
awful.button({ }, 2, function ()
|
||||
s.traybox.visible = false
|
||||
end)
|
||||
))
|
||||
end)
|
||||
|
||||
awesome.connect_signal("elemental::dismiss", function()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue