set backend in config

This commit is contained in:
Felix Van der Jeugt 2017-09-26 09:59:27 +02:00
parent 14ad9850e2
commit 74ae311691
No known key found for this signature in database
GPG Key ID: 58B209295023754D
3 changed files with 5 additions and 3 deletions

View File

@ -1,5 +1,6 @@
#!/usr/bin/python
config.backend = "webengine"
config.load_autoconfig = False
c.completion.shrink = True

View File

@ -1,3 +0,0 @@
#!/bin/sh
exec /home/noctua/.local/bin/qutebrowser --debug --backend webengine "$@" 2>&1 | svlogd /home/noctua/.cache/qutebrowsengine/

4
local/bin/qutebrowserdebug Executable file
View File

@ -0,0 +1,4 @@
#!/bin/sh
mkdir -p /home/noctua/.cache/qutebrowser/log/
exec /home/noctua/.local/bin/qutebrowser --debug "$@" 2>&1 | svlogd /home/noctua/.cache/qutebrowser/log/