| 1234567891011121314151617181920212223242526272829303132333435363738 |
- # If a config.py file exists, this file is ignored unless it's explicitly loaded
- # via config.load_autoconfig(). For more information, see:
- # https://github.com/qutebrowser/qutebrowser/blob/master/doc/help/configuring.asciidoc#loading-autoconfigyml
- # DO NOT edit this file by hand, qutebrowser will overwrite it.
- # Instead, create a config.py - see :help for details.
-
- config_version: 2
- settings:
- bindings.commands:
- global:
- normal:
- '1': zoom 100
- '2': zoom 150
- T: '!twinner'
- b: back
- m: forward
- yY: yank
- yy: yank -s
- colors.webpage.darkmode.enabled:
- global: true
- content.geolocation:
- https://finishlibrary.steelcase.com: false
- https://jobs.thermofisher.com: false
- content.javascript.enabled:
- global: true
- content.mouse_lock:
- https://app.kosmi.io: true
- content.notifications.enabled:
- https://app.kosmi.io: true
- https://bach.events: false
- https://chat.google.com: true
- https://lemmy.world: false
- https://nc.vornet.cz: false
- content.register_protocol_handler:
- https://calendar.google.com?cid=%25s: false
- https://mail.google.com?extsrc=mailto&url=%25s: false
- https://urbit.vornet.cz?ext=%25s: true
- https://webmail.migadu.com?mailto&to=%25s: false
|