Add calendar to main config
This commit is contained in:
parent
4ad1842bff
commit
2253e0f835
4 changed files with 25 additions and 6 deletions
4
rc.lua
4
rc.lua
|
@ -59,6 +59,8 @@ for s = 1, screen.count() do
|
|||
end
|
||||
-- }}}
|
||||
|
||||
calendar = require("calendar")
|
||||
|
||||
-- {{{ Key bindings
|
||||
globalkeys = {}
|
||||
globalkeys = layouts.extend_key_table(globalkeys);
|
||||
|
@ -78,5 +80,7 @@ rules.setup()
|
|||
|
||||
require("signals")
|
||||
|
||||
--cal:calculate_size()
|
||||
--
|
||||
-- vim: fdm=marker
|
||||
--
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue