From 4c7225c1b3665bc981cbdedb6a791f137669057b Mon Sep 17 00:00:00 2001 From: zachir Date: Sat, 18 Nov 2023 15:05:14 -0600 Subject: Add binding to hide statusbar --- awesome/rc.lua | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/awesome/rc.lua b/awesome/rc.lua index 42cc9a1..73901d7 100644 --- a/awesome/rc.lua +++ b/awesome/rc.lua @@ -643,7 +643,16 @@ globalkeys = gears.table.join( function () awful.tag.incncol(-1, nil, true) end, - {description = "decrease the number of columns", group = "layout"}) + {description = "decrease the number of columns", group = "layout"}), + --]] + + ---[[ Hides the statusbar + awful.key({ modkey, "Shift" }, "b", + function () + myscreen = awful.screen.focused() + myscreen.mywibox.visible = not myscreen.mywibox.visible + end, + { description = "toggle statusbar", group = "awesome" }) --]] --[[ Changes the layout used -- cgit v1.2.3