switch from google calendar to posteo calendar

This commit is contained in:
Felix Van der Jeugt 2018-08-13 14:00:59 +02:00
parent b8a2bd5d56
commit 810e1ae548
No known key found for this signature in database
GPG key ID: 58B209295023754D
5 changed files with 99 additions and 3 deletions

View file

@ -23,8 +23,8 @@ c.session.default_name = "default"
c.tabs.background = True
c.tabs.last_close = "close"
c.tabs.show = "multiple"
c.url.default_page = "https://calendar.google.com"
c.url.start_pages = ["https://calendar.google.com"]
c.url.default_page = "about:blank"
c.url.start_pages = ["qute://bookmarks"]
c.aliases = { "wq": "quit --save"
, "set": "set -t"
, "bind": "bind -t"
@ -50,7 +50,6 @@ config.bind("z", 'enter-mode insert ;; \
}', mode="normal")
# I don't use bookmarks
config.unbind('M')
config.unbind('wB')
config.unbind('gb')
config.unbind('gB')
@ -71,6 +70,8 @@ allowed = [ 'https://duckduckgo.com/*'
, 'https://accounts.google.com/*'
, 'https://www.openstreetmap.org/*'
, 'https://web.whatsapp.com'
, 'https://chat.zeus.gent/*'
, 'https://posteo.de/*'
]
for pattern in allowed: