You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
55 lines
1.5 KiB
55 lines
1.5 KiB
# Autogenerated config.py |
|
# Documentation: |
|
# qute://help/configuring.html |
|
# qute://help/settings.html |
|
|
|
# Uncomment this to still load settings configured via autoconfig.yml |
|
# config.load_autoconfig() |
|
|
|
# Enable JavaScript. |
|
# Type: Bool |
|
config.set('content.javascript.enabled', True, 'file://*') |
|
|
|
# Enable JavaScript. |
|
# Type: Bool |
|
config.set('content.javascript.enabled', True, 'chrome://*/*') |
|
|
|
# Enable JavaScript. |
|
# Type: Bool |
|
config.set('content.javascript.enabled', True, 'qute://*/*') |
|
|
|
# ,m opens page with mpv |
|
config.bind(',m', 'spawn --detach mpv {url}') |
|
# ,M hints and oens choice with mpv |
|
config.bind(',M', 'hint links spawn --detach mpv {hint-url}') |
|
|
|
# Position of the tab bar. |
|
# Type: Position |
|
# Valid values: |
|
# - top |
|
# - bottom |
|
# - left |
|
# - right |
|
c.tabs.position = 'left' |
|
|
|
# Width (in pixels or as percentage of the window) of the tab bar if |
|
# it's vertical. |
|
# Type: PercOrInt |
|
c.tabs.width = '7%' |
|
|
|
# Maximum width (in pixels) of tabs (-1 for no maximum). This setting |
|
# only applies when tabs are horizontal. This setting does not apply to |
|
# pinned tabs, unless `tabs.pinned.shrink` is False. This setting may |
|
# not apply properly if max_width is smaller than the minimum size of |
|
# tab contents, or smaller than tabs.min_width. |
|
# Type: Int |
|
c.tabs.max_width = 20 |
|
|
|
# Font used in the tab bar. |
|
# Type: QtFont |
|
c.fonts.tabs = '8pt monospace' |
|
|
|
c.url.searchengines['goog'] = 'https://google.com/search?q={}' |
|
c.url.searchengines['aur'] = 'https://aur.archlinux.org/packages/?O=0&K={}' |
|
c.url.searchengines['aw'] = 'https://wiki.archlinux.org/?search={}' |
|
|
|
|