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

@ -34,8 +34,4 @@ conf.cmd.editor.gui = "gvim"
-- Mod-r binding for running programs
conf.cmd.run = function() awful.util.spawn("dmenu_run -l 10 -y 350") end
conf.calendar = {
start_week = 1
}
return conf