diff options
author | luxagraf <sng@luxagraf.net> | 2020-02-16 21:37:48 -0500 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2020-02-16 21:37:48 -0500 |
commit | 521cfbe22456fc1fa777eb0bf632b82423926c2c (patch) | |
tree | 69765d73b827832e2b3c56a3e40f9bbba38ccc81 /.config/qutebrowser/config.py | |
parent | 2a9538f7711dcea71ba5702ca94a9d9c00287ea4 (diff) |
removed some auto-generated files and added some changes to qutebrowser
config
Diffstat (limited to '.config/qutebrowser/config.py')
-rw-r--r-- | .config/qutebrowser/config.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.config/qutebrowser/config.py b/.config/qutebrowser/config.py index a87d434..4877e36 100644 --- a/.config/qutebrowser/config.py +++ b/.config/qutebrowser/config.py @@ -19,7 +19,7 @@ c.tabs.background = True c.tabs.position = "bottom" c.content.autoplay = False -c.editor.command = ['alacritty', '-e', 'nvim', '{}'] +c.editor.command = ['urxvt', '-e', 'vim', '{}'] c.url.default_page = "about:blank" # searches @@ -47,6 +47,7 @@ config.bind("xjf", "set content.javascript.enabled false") # block JS out of the box: c.content.javascript.enabled = False + js_whitelist = [ "*://localhost/*", "*://127.0.0.1/*", |