diff options
Diffstat (limited to 'qutebrowser/.config')
-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/ |