From 6656c7e3dcc597232512c1def8a8b3e4ee3f2e4a Mon Sep 17 00:00:00 2001 From: Julian T Date: Sat, 13 Apr 2019 18:37:09 +0200 Subject: Added lots of stuff --- qutebrowser/.config/qutebrowser/config.py | 4 ++-- qutebrowser/.config/qutebrowser/quickmarks | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'qutebrowser') diff --git a/qutebrowser/.config/qutebrowser/config.py b/qutebrowser/.config/qutebrowser/config.py index 261648b..e76fd34 100644 --- a/qutebrowser/.config/qutebrowser/config.py +++ b/qutebrowser/.config/qutebrowser/config.py @@ -659,7 +659,7 @@ c.content.javascript.alert = True ## - true ## - false ## - ask -c.content.media_capture = False +c.content.media_capture = 'ask' ## Allow websites to lock your mouse pointer. ## Type: BoolAsk @@ -776,7 +776,7 @@ c.content.xss_auditing = True ## Directory to save downloads to. If unset, a sensible OS-specific ## default is used. ## Type: Directory -c.downloads.location.directory = "/tmp/web" +c.downloads.location.directory = "/tmp" ## Prompt the user for the download location. If set to false, ## `downloads.location.directory` will be used. diff --git a/qutebrowser/.config/qutebrowser/quickmarks b/qutebrowser/.config/qutebrowser/quickmarks index 18f658b..d2098ad 100644 --- a/qutebrowser/.config/qutebrowser/quickmarks +++ b/qutebrowser/.config/qutebrowser/quickmarks @@ -7,3 +7,4 @@ github https://github.com/jbjjbjjbj moodle https://www.moodle.aau.dk/my/ discord https://discordapp.com/channels/@me rejseplanen https://www.rejseplanen.dk/webapp/index.html +ordbogen https://www.ordbogen.com/en/ -- cgit v1.2.3