diff options
author | Julian T <julian@jtle.dk> | 2019-04-13 18:37:09 +0200 |
---|---|---|
committer | Julian T <julian@jtle.dk> | 2019-04-13 18:37:09 +0200 |
commit | 6656c7e3dcc597232512c1def8a8b3e4ee3f2e4a (patch) | |
tree | c48fa75ed72c710c8e678b3ebef876a07f9e4402 /qutebrowser | |
parent | d1cc04a52c66ee197378d7354a1aba6281e8b32c (diff) |
Added lots of stuff
Diffstat (limited to 'qutebrowser')
-rw-r--r-- | qutebrowser/.config/qutebrowser/config.py | 4 | ||||
-rw-r--r-- | qutebrowser/.config/qutebrowser/quickmarks | 1 |
2 files changed, 3 insertions, 2 deletions
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/ |