From 0341a77bc37689afb82c726f72155478f4cc8f53 Mon Sep 17 00:00:00 2001 From: "Adrian C. (anrxc)" Date: Wed, 30 Dec 2009 03:04:50 +0100 Subject: rc.lua: toggle wibox even when there are no clients --- rc.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'rc.lua') diff --git a/rc.lua b/rc.lua index d5eb60f..f2d6ab4 100644 --- a/rc.lua +++ b/rc.lua @@ -374,6 +374,9 @@ globalkeys = awful.util.table.join( -- }}} -- {{{ Awesome controls + awful.key({ modkey }, "b", function () + wibox[mouse.screen].visible = not wibox[mouse.screen].visible + end), awful.key({ modkey, "Shift" }, "q", awesome.quit), awful.key({ modkey, "Shift" }, "r", function () promptbox[mouse.screen].text = awful.util.escape(awful.util.restart()) @@ -422,9 +425,6 @@ globalkeys = awful.util.table.join( -- {{{ Client manipulation clientkeys = awful.util.table.join( - awful.key({ modkey }, "b", function () - wibox[mouse.screen].visible = not wibox[mouse.screen].visible - end), awful.key({ modkey }, "c", function (c) c:kill() end), awful.key({ modkey }, "d", function (c) scratchpad.set(c, 0.60, 0.60, true) end), awful.key({ modkey }, "f", function (c) awful.titlebar.remove(c) -- cgit v1.2.3