]> git.friedersdorff.com Git - max/saltfiles.git/blobdiff - states/qutebrowser/files/config.py
Merge branch 'master' of https://git.friedersdorff.com/max/saltfiles
[max/saltfiles.git] / states / qutebrowser / files / config.py
index 0a96ca3711ee4952128f6aa18838d55b6d5bc48a..4c739ceb07a8bfbc2a41c6f0609e8490eea523c0 100644 (file)
@@ -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"]