From c6f01b58ab2abdd9d8cb3c184bce177cdeaea20b Mon Sep 17 00:00:00 2001 From: elenapan Date: Thu, 9 Apr 2020 21:31:07 +0300 Subject: [PATCH] Add mousebinds to empty area of mpd toolbar --- config/awesome/decorations/mpd.lua | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config/awesome/decorations/mpd.lua b/config/awesome/decorations/mpd.lua index eef8cef..ea94141 100644 --- a/config/awesome/decorations/mpd.lua +++ b/config/awesome/decorations/mpd.lua @@ -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,