Remove calendar, awful.widget.calendar_popup exists

This commit is contained in:
Alexander Gehrke 2019-01-29 10:52:11 +01:00
parent 57160f5dbc
commit 452fe88ef3
4 changed files with 4 additions and 251 deletions

View file

@ -10,8 +10,6 @@ local mb = binder.modal
local mpd = require("separable.mpd")
local handy = require("handy")
--local calendar = require("separable.calendar")
local myglobalkeys = {}
local function mpdserver(host)
@ -63,12 +61,9 @@ local docmap = {
{"j", binder.spawn("dmjavadoc"), "Javadoc" }
}
--local calendarmap = {
-- o = { function() calendar:next() end, "Next" },
-- i = { function() calendar:prev() end, "Prev" },
-- onClose = function() calendar:hide() end
--}
local notifymap = {
{"m", binder.spawn("newmails -p"), "Show unread mails" },
}
local myglobalkeys = awful.util.table.join(
awful.key({ }, "Pause", binder.spawn('rofi -show window')),