summaryrefslogtreecommitdiff
path: root/awesome/rc.lua
diff options
context:
space:
mode:
Diffstat (limited to 'awesome/rc.lua')
-rw-r--r--awesome/rc.lua11
1 files changed, 10 insertions, 1 deletions
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