diff options
| -rw-r--r-- | awesome/rc.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/awesome/rc.lua b/awesome/rc.lua index b7d803f..50a1ef1 100644 --- a/awesome/rc.lua +++ b/awesome/rc.lua @@ -367,7 +367,7 @@ globalkeys = gears.table.join( -- Standard program awful.key({ modkey, }, "Return", function () awful.spawn(terminal) end, {description = "open a terminal", group = "launcher"}), - awful.key({ modkey, }, "c", function () mycalendar:toggle() end, + awful.key({ modkey, }, "c", function () mycalendar:call_calendar(0, 'tr', awful.screen.focused()); mycalendar:toggle(); end, {description = "display calendar", group = "awesome"}), awful.key({ modkey, "Mod1" }, "l", nil, function () awful.spawn("xscreensaver-command -lock") end, {description = "lock the screen", group = "awesome"}), |
