From b52718f9143ea84d9f5c511664a1c5ec335cac6f Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Thu, 31 Jul 2014 10:13:44 +0100 Subject: [PATCH] awesome: remove launcher menu button --- awesome/topbar.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awesome/topbar.lua b/awesome/topbar.lua index c6f21fc..e40b474 100644 --- a/awesome/topbar.lua +++ b/awesome/topbar.lua @@ -82,7 +82,7 @@ for s = 1, screen.count() do -- Widgets that are aligned to the left local left_layout = wibox.layout.fixed.horizontal() - left_layout:add(mylauncher) + -- left_layout:add(mylauncher) left_layout:add(mytaglist[s]) left_layout:add(mypromptbox[s]) -- 2.48.1