diff --git a/.config/qutebrowser/config.py b/.config/qutebrowser/config.py index 3b031b4..0fc0914 100644 --- a/.config/qutebrowser/config.py +++ b/.config/qutebrowser/config.py @@ -7,6 +7,7 @@ c.auto_save.session = False c.backend = "webengine" c.bindings.commands = { "normal": { + "": "open -t {url}", "u": "undo --window", ",C": "spawn -d st castyt {url}", ",S": "spawn -d mpvallvids {url}", @@ -28,9 +29,10 @@ c.content.blocking.method = "both" c.content.desktop_capture = "ask" c.content.fullscreen.window = False -#c.content.javascript.enabled = True +#c.content.javascript.enabled = True # make editable via autoconfig c.content.local_content_can_access_remote_urls = True c.content.notifications.presenter = "libnotify" +c.content.javascript.clipboard = "access-paste" from os.path import expanduser c.downloads.location.directory = expanduser("~")