X-Git-Url: https://git.friedersdorff.com/?a=blobdiff_plain;f=states%2Fqutebrowser%2Ffiles%2Fconfig.py;h=4c739ceb07a8bfbc2a41c6f0609e8490eea523c0;hb=df1daf91deb0cfd7bced1de96aac4358455138b1;hp=0a96ca3711ee4952128f6aa18838d55b6d5bc48a;hpb=ebac12bc2e2989f5afa909ba38ae95a694bb6b9e;p=max%2Fsaltfiles.git diff --git a/states/qutebrowser/files/config.py b/states/qutebrowser/files/config.py index 0a96ca3..4c739ce 100644 --- a/states/qutebrowser/files/config.py +++ b/states/qutebrowser/files/config.py @@ -3,7 +3,7 @@ config.load_autoconfig() c.auto_save.session = True c.content.cookies.accept = 'no-3rdparty' c.content.images = True -c.editor.command = ['urxvt', '-e', 'vim', '{file}'] +c.editor.command = ['termite', '-e', 'vim {file}'] c.tabs.position = 'left' c.url.auto_search = 'dns' c.url.searchengines = {'DEFAULT': 'https://duckduckgo.com/?q={}'} @@ -35,3 +35,6 @@ config.bind(',zol', 'spawn --userscript qute-pass --dmenu-invocation bemenu --ot # wayland c.window.hide_decoration = True + +# Spell checking +c.spellcheck.languages = ["en-GB", "de-DE", "en-US"]