]> git.friedersdorff.com Git - max/saltfiles.git/blobdiff - states/qutebrowser/files/config.py
Configure for baryte on ubuntu
[max/saltfiles.git] / states / qutebrowser / files / config.py
index 74f4d7e3f376f967751b61682789775e8868519e..c799e122c240357669e74281b4c3c1f508234031 100644 (file)
@@ -10,7 +10,7 @@ c.messages.timeout = 5000
 c.tabs.background = True
 c.tabs.width = "15%"
 
-{% if grains['host'] != 'barium' %}
+{% if grains['host'] not in ['barium', 'baryte'] %}
 c.content.javascript.enabled = False
 config.bind(',ej', 'spawn --userscript noscript_enable')
 config.bind(',dj', 'spawn --userscript noscript_disable')