From b661f78a28098e77068d178144fde50eec068e70 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Tue, 23 Jul 2024 21:27:07 +0100 Subject: [PATCH] awesome: remove `s.mylayoutbox` It's not needed if I only have one layout option enabled. --- 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 cf5f604..03db87f 100644 --- a/config/awesome/rc.lua +++ b/config/awesome/rc.lua @@ -249,7 +249,7 @@ awful.screen.connect_for_each_screen(function(s) wibox.widget.systray(), require "widgets.battery", mytextclock, - s.mylayoutbox, + -- s.mylayoutbox, }, } end)