From 81ba1e2927a420610c19ffc15a4477f9ce267ed0 Mon Sep 17 00:00:00 2001 From: "martin f. krafft" Date: Sat, 10 Sep 2016 10:27:18 +0200 Subject: [PATCH] disable the awesome menu icon --- .config/awesome/rc.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/awesome/rc.lua b/.config/awesome/rc.lua index 892f9fc..2d82208 100644 --- a/.config/awesome/rc.lua +++ b/.config/awesome/rc.lua @@ -212,7 +212,7 @@ awful.screen.connect_for_each_screen(function(s) layout = wibox.layout.align.horizontal, { -- Left widgets layout = wibox.layout.fixed.horizontal, - mylauncher, + -- mylauncher, mytaglist[s], mypromptbox[s], }, -- 2.39.2