mirror of
https://github.com/Phantop/dotfiles
synced 2024-11-16 11:52:47 +00:00
Qute: middle click to background
This commit is contained in:
parent
e9862de5b9
commit
bec0a2fc95
|
@ -1,4 +1,4 @@
|
||||||
#config.load_autoconfig()
|
config.load_autoconfig()
|
||||||
|
|
||||||
# Youtube adblock
|
# Youtube adblock
|
||||||
from qutebrowser.api import interceptor
|
from qutebrowser.api import interceptor
|
||||||
|
@ -49,6 +49,7 @@ c.input.insert_mode.auto_leave = False
|
||||||
c.content.dns_prefetch = True
|
c.content.dns_prefetch = True
|
||||||
c.downloads.location.prompt = False
|
c.downloads.location.prompt = False
|
||||||
c.url.open_base_url = True
|
c.url.open_base_url = True
|
||||||
|
c.tabs.background = True
|
||||||
|
|
||||||
c.content.user_stylesheets = ["/home/glados/.config/qutebrowser/normalize/normalize.css"]
|
c.content.user_stylesheets = ["/home/glados/.config/qutebrowser/normalize/normalize.css"]
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue