qutebrowser: Remove spellcheck

Unfortunately spellcheck is non-trivial to declaratively set up in
qutebrowser as reliance on external tools is necessary.
This commit is contained in:
Donovan Glover 2023-05-25 16:52:32 -04:00
parent c722f857ae
commit 878ba60863
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -29,9 +29,6 @@
c.colors.contextmenu.menu.fg = '#ffffff'
c.colors.contextmenu.selected.bg = '#909090'
# Use spellcheck
c.spellcheck.languages = ["en-US"]
# Chromium flags
c.qt.args = ["disable-backing-store-limit", "enable-accelerated-video-decode", "disable-gpu-driver-bug-workarounds"]
c.qt.chromium.low_end_device_mode = 'never'