Compare commits
3 commits
ad1a5578b5
...
77de4c8ebb
Author | SHA1 | Date | |
---|---|---|---|
77de4c8ebb | |||
e55d4091a0 | |||
e820da8d98 |
2 changed files with 11 additions and 4 deletions
|
@ -16,10 +16,10 @@ config.bind('w', 'set-cmd-text -s :open -t', mode='normal')
|
||||||
config.bind('W', 'set-cmd-text -s :open -t {url:pretty}', mode='normal')
|
config.bind('W', 'set-cmd-text -s :open -t {url:pretty}', mode='normal')
|
||||||
config.bind('Fy', 'hint links yank-primary', mode='normal')
|
config.bind('Fy', 'hint links yank-primary', mode='normal')
|
||||||
config.bind('yy', 'yank -s', mode='normal')
|
config.bind('yy', 'yank -s', mode='normal')
|
||||||
config.bind('Ev', 'spawn --detach mpv --ytdl-format=244+bestaudio/243+bestaudio/242+bestaudio/worst {url}', mode='normal')
|
config.bind('Ev', 'spawn --detach mpv --ytdl-format=244+bestaudio/243+bestaudio/242+bestaudio/480p/worst {url}', mode='normal')
|
||||||
config.bind('EV', 'spawn --detach mpv {url}', mode='normal')
|
config.bind('EV', 'spawn --detach mpv {url}', mode='normal')
|
||||||
config.bind('Ea', 'spawn --detach mpv --no-video --force-window=yes {url}', mode='normal')
|
config.bind('Ea', 'spawn --detach mpv --no-video --force-window=yes {url}', mode='normal')
|
||||||
config.bind('Fv', 'hint links spawn --detach mpv --ytdl-format=244+bestaudio/243+bestaudio/242+bestaudio/worst {hint-url}', mode='normal')
|
config.bind('Fv', 'hint links spawn --detach mpv --ytdl-format=244+bestaudio/243+bestaudio/242+bestaudio/480p/worst {hint-url}', mode='normal')
|
||||||
config.bind('FV', 'hint links spawn --detach mpv {hint-url}', mode='normal')
|
config.bind('FV', 'hint links spawn --detach mpv {hint-url}', mode='normal')
|
||||||
config.bind('Fa', 'hint links spawn --detach mpv --no-video --force-window=yes {hint-url}', mode='normal')
|
config.bind('Fa', 'hint links spawn --detach mpv --no-video --force-window=yes {hint-url}', mode='normal')
|
||||||
config.unbind('F')
|
config.unbind('F')
|
||||||
|
@ -45,6 +45,7 @@ config.set('content.javascript.enabled', True, '*://*.vulgarisons.info')
|
||||||
config.set('content.javascript.enabled', True, '*://mastodon.zaclys.com')
|
config.set('content.javascript.enabled', True, '*://mastodon.zaclys.com')
|
||||||
config.set('content.javascript.enabled', True, '*://*.melvoridle.com')
|
config.set('content.javascript.enabled', True, '*://*.melvoridle.com')
|
||||||
config.set('content.javascript.enabled', True, '*://*.raiffeisen.ch')
|
config.set('content.javascript.enabled', True, '*://*.raiffeisen.ch')
|
||||||
|
config.set('content.javascript.enabled', True, '*://*.cmnet.ch')
|
||||||
|
|
||||||
c.url.default_page = 'https://searx.info'
|
c.url.default_page = 'https://searx.info'
|
||||||
c.hints.mode = "number"
|
c.hints.mode = "number"
|
||||||
|
@ -53,8 +54,9 @@ c.url.searchengines = {
|
||||||
'ddg':'https://duckduckgo.com/?q={}',
|
'ddg':'https://duckduckgo.com/?q={}',
|
||||||
'yt':'https://youtube.com/results?search_query={}',
|
'yt':'https://youtube.com/results?search_query={}',
|
||||||
'wfr':'https://fr.wikipedia.org/w/index.php?search={}',
|
'wfr':'https://fr.wikipedia.org/w/index.php?search={}',
|
||||||
'wen':'https://en.wikipedia.org/w/index.php?search={}'
|
'wen':'https://en.wikipedia.org/w/index.php?search={}',
|
||||||
|
'wyen':'https://en.wiktionary.org/w/index.php?search={}',
|
||||||
|
'wyfr':'https://fr.wiktionary.org/w/index.php?search={}',
|
||||||
}
|
}
|
||||||
|
|
||||||
#Fonts
|
#Fonts
|
||||||
|
@ -76,3 +78,5 @@ try:
|
||||||
config.source("jblock/jblock/integrations/qutebrowser.py")
|
config.source("jblock/jblock/integrations/qutebrowser.py")
|
||||||
except ImportError:
|
except ImportError:
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
config.load_autoconfig()
|
||||||
|
|
|
@ -2,3 +2,6 @@ rss vulgarisons https://rss.vulgarisons.info/i/?a=normal
|
||||||
WireGuard installation https://www.wireguard.com/quickstart/
|
WireGuard installation https://www.wireguard.com/quickstart/
|
||||||
BorgBackup rsync remote https://jstaf.github.io/2018/03/12/backups-with-borg-rsync.html
|
BorgBackup rsync remote https://jstaf.github.io/2018/03/12/backups-with-borg-rsync.html
|
||||||
nextcloud alternative https://blogduyax.madyanne.fr/2020/dispersion-du-gros-nuage/
|
nextcloud alternative https://blogduyax.madyanne.fr/2020/dispersion-du-gros-nuage/
|
||||||
|
raiffeisen ebanking https://ebanking.raiffeisen.ch/entry/fr/#/login
|
||||||
|
cmnet meyrin https://meyrin.cmnet.ch/
|
||||||
|
ecoleclub migros https://lernplattform.klubschule.ch/?lang=fr
|
||||||
|
|
Loading…
Reference in a new issue