diff options
| author | Reiner Herrmann <reiner@reiner-h.de> | 2023-01-06 15:38:04 +0100 |
|---|---|---|
| committer | Reiner Herrmann <reiner@reiner-h.de> | 2023-01-06 15:38:04 +0100 |
| commit | 0b5f629ad0861fa2d819bacfcaef120832796a24 (patch) | |
| tree | 4c10913508be4c8e287b5f63131c6a7856fe3768 /awesome/rc.lua | |
| parent | b8b5801378b62765e2e8292504e17c5319e80436 (diff) | |
awesome: show calendar on current screen
Diffstat (limited to 'awesome/rc.lua')
| -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"}), |
