Add mousebinds to empty area of mpd toolbar

This commit is contained in:
elenapan 2020-04-09 21:31:07 +03:00
parent 9ad88a60d1
commit c6f01b58ab

View file

@ -300,6 +300,10 @@ local mpd_create_decoration = function (c)
notifications_button,
layout = wibox.layout.flex.vertical
},
{
buttons = keys.titlebar_buttons,
widget = wibox.container.background
},
layout = wibox.layout.align.vertical
},
bg = x.color0,