Update qutebrowser quickmarks and search engines
This commit is contained in:
parent
cf0574297c
commit
8fe325964f
2 changed files with 3 additions and 4 deletions
|
@ -74,7 +74,6 @@ config.source('colorscheme.py')
|
||||||
# Status bar
|
# Status bar
|
||||||
# should be visible to prevent 'jumping' bug,
|
# should be visible to prevent 'jumping' bug,
|
||||||
# see https://github.com/qutebrowser/qutebrowser/issues/2236
|
# see https://github.com/qutebrowser/qutebrowser/issues/2236
|
||||||
# TODO think about implementing a simple toggle for the statusbar
|
|
||||||
c.statusbar.show = "always"
|
c.statusbar.show = "always"
|
||||||
|
|
||||||
c.colors.webpage.bg = "#555555"
|
c.colors.webpage.bg = "#555555"
|
||||||
|
@ -172,6 +171,7 @@ c.url.searchengines = {
|
||||||
"gol": "https://golang.org/pkg/{}/",
|
"gol": "https://golang.org/pkg/{}/",
|
||||||
"man": "https://manned.org/browse/search?q={}",
|
"man": "https://manned.org/browse/search?q={}",
|
||||||
"lib": "http://libgen.rs/search.php?req={}",
|
"lib": "http://libgen.rs/search.php?req={}",
|
||||||
|
"sci": "https://sci-hub.se/{}",
|
||||||
"kb": "https://soeg.kb.dk/discovery/search?query=any,contains,{}&tab=Everything&search_scope=MyInst_and_CI&vid=45KBDK_KGL:KGL&offset=0&lang=en",
|
"kb": "https://soeg.kb.dk/discovery/search?query=any,contains,{}&tab=Everything&search_scope=MyInst_and_CI&vid=45KBDK_KGL:KGL&offset=0&lang=en",
|
||||||
"alt": "https://alternativeto.net/software/{}/?license=opensource",
|
"alt": "https://alternativeto.net/software/{}/?license=opensource",
|
||||||
}
|
}
|
||||||
|
|
|
@ -2,15 +2,14 @@ arch https://wiki.archlinux.org/
|
||||||
clock http://clockify.me/tracker
|
clock http://clockify.me/tracker
|
||||||
dot https://gitlab.com/marty-oehme/dotfiles
|
dot https://gitlab.com/marty-oehme/dotfiles
|
||||||
nomie https://v5.nomie.app/
|
nomie https://v5.nomie.app/
|
||||||
|
photos https://files.martyoeh.me/apps/photos/
|
||||||
todo https://todoist.com/app?lang=de#start
|
todo https://todoist.com/app?lang=de#start
|
||||||
toggl https://toggl.com/app/timer
|
toggl https://toggl.com/app/timer
|
||||||
# personal
|
|
||||||
blog https://blog.martyoeh.me/
|
blog https://blog.martyoeh.me/
|
||||||
cal https://files.martyoeh.me/apps/calendar/timeGridWeek/2020-10-28
|
cal https://files.martyoeh.me/apps/calendar/timeGridWeek/now
|
||||||
emgs https://emgs.martyoeh.me/
|
emgs https://emgs.martyoeh.me/
|
||||||
files http://files.martyoeh.me/
|
files http://files.martyoeh.me/
|
||||||
l https://links.martyoeh.me/
|
l https://links.martyoeh.me/
|
||||||
mail https://files.martyoeh.me/apps/mail/box/priority
|
mail https://files.martyoeh.me/apps/mail/box/priority
|
||||||
photos https://files.martyoeh.me/apps/photos/
|
|
||||||
read https://read.martyoeh.me/
|
read https://read.martyoeh.me/
|
||||||
rss https://rss.martyoeh.me/
|
rss https://rss.martyoeh.me/
|
||||||
|
|
Loading…
Reference in a new issue