set backend in config
This commit is contained in:
parent
14ad9850e2
commit
74ae311691
@ -1,5 +1,6 @@
|
||||
#!/usr/bin/python
|
||||
|
||||
config.backend = "webengine"
|
||||
config.load_autoconfig = False
|
||||
|
||||
c.completion.shrink = True
|
||||
|
@ -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
4
local/bin/qutebrowserdebug
Executable 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/
|
Loading…
Reference in New Issue
Block a user