qutebrowser tweaks.
This commit is contained in:
parent
94866cb9f3
commit
377d80b15b
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
|||||||
|
_desktop/qutebrowser/autoconfig.yml
|
||||||
_desktop/qutebrowser/bookmarks/urls
|
_desktop/qutebrowser/bookmarks/urls
|
||||||
_desktop/qutebrowser/quickmarks
|
_desktop/qutebrowser/quickmarks
|
||||||
_desktop/qutebrowser/qsettings
|
_desktop/qutebrowser/qsettings
|
||||||
|
@ -1,21 +0,0 @@
|
|||||||
# 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:
|
|
||||||
content.media.audio_capture:
|
|
||||||
https://meet.google.com: true
|
|
||||||
content.media.audio_video_capture:
|
|
||||||
https://meet.google.com: true
|
|
||||||
content.media.video_capture:
|
|
||||||
https://meet.google.com: true
|
|
||||||
content.notifications.enabled:
|
|
||||||
https://meet.google.com: false
|
|
||||||
https://www.facebook.com: false
|
|
||||||
https://www.reddit.com: false
|
|
||||||
https://www.youtube.com: false
|
|
||||||
content.register_protocol_handler:
|
|
||||||
https://mail.google.com?extsrc=mailto&url=%25s: false
|
|
@ -456,7 +456,7 @@ c.colors.tabs.pinned.even.bg = colors_ftpd['bg']
|
|||||||
|
|
||||||
## Foreground color of pinned unselected even tabs.
|
## Foreground color of pinned unselected even tabs.
|
||||||
## Type: QtColor
|
## Type: QtColor
|
||||||
c.colors.tabs.pinned.even.fg = colors_ftpd['fg']
|
c.colors.tabs.pinned.even.fg = colors_ftpd['green']
|
||||||
|
|
||||||
## Background color of pinned unselected odd tabs.
|
## Background color of pinned unselected odd tabs.
|
||||||
## Type: QtColor
|
## Type: QtColor
|
||||||
@ -464,7 +464,7 @@ c.colors.tabs.pinned.odd.bg = colors_ftpd['bg']
|
|||||||
|
|
||||||
## Foreground color of pinned unselected odd tabs.
|
## Foreground color of pinned unselected odd tabs.
|
||||||
## Type: QtColor
|
## Type: QtColor
|
||||||
c.colors.tabs.pinned.odd.fg = colors_ftpd['fg']
|
c.colors.tabs.pinned.odd.fg = colors_ftpd['green']
|
||||||
|
|
||||||
## Background color of pinned selected even tabs.
|
## Background color of pinned selected even tabs.
|
||||||
## Type: QtColor
|
## Type: QtColor
|
||||||
@ -1273,7 +1273,7 @@ c.fonts.default_family = ["RobotoMono Nerd Font"]
|
|||||||
## either a float value with a "pt" suffix, or an integer value with a
|
## either a float value with a "pt" suffix, or an integer value with a
|
||||||
## "px" suffix.
|
## "px" suffix.
|
||||||
## Type: String
|
## Type: String
|
||||||
c.fonts.default_size = '13px'
|
c.fonts.default_size = '14px'
|
||||||
|
|
||||||
## Font used for the downloadbar.
|
## Font used for the downloadbar.
|
||||||
## Type: Font
|
## Type: Font
|
||||||
|
Loading…
Reference in New Issue
Block a user