From b425bfc84598633e296df4c3f389a1839277fbb0 Mon Sep 17 00:00:00 2001 From: elenapan Date: Thu, 2 Apr 2020 11:42:54 +0300 Subject: [PATCH] Add mousebinds to taglist activator --- config/awesome/elemental/bar/amarena.lua | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/config/awesome/elemental/bar/amarena.lua b/config/awesome/elemental/bar/amarena.lua index 9bdb35c..2b085bc 100644 --- a/config/awesome/elemental/bar/amarena.lua +++ b/config/awesome/elemental/bar/amarena.lua @@ -90,6 +90,16 @@ awful.screen.connect_for_each_screen(function(s) autohide() end) + s.mywibox_activator:buttons( + gears.table.join( + awful.button({ }, 4, function () + awful.tag.viewprev() + end), + awful.button({ }, 5, function () + awful.tag.viewnext() + end) + )) + s.mywibox:connect_signal("mouse::enter", function () if popup_timer then popup_timer:stop()