From 05ec69e023e5166ed79013b9df523b44b4ca1436 Mon Sep 17 00:00:00 2001 From: Maximilian Friedersdorff Date: Mon, 14 Oct 2019 10:12:20 +0100 Subject: [PATCH] Enable spellchecking in qutebrowser --- states/qutebrowser/files/config.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/states/qutebrowser/files/config.py b/states/qutebrowser/files/config.py index 858ec9b..4c739ce 100644 --- a/states/qutebrowser/files/config.py +++ b/states/qutebrowser/files/config.py @@ -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"] -- 2.45.2