diff --git a/.gitignore b/.gitignore index 31b97d0..4604c5f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +_desktop/qutebrowser/autoconfig.yml _desktop/qutebrowser/bookmarks/urls _desktop/qutebrowser/quickmarks _desktop/qutebrowser/qsettings diff --git a/_desktop/qutebrowser/autoconfig.yml b/_desktop/qutebrowser/autoconfig.yml deleted file mode 100644 index bfccd06..0000000 --- a/_desktop/qutebrowser/autoconfig.yml +++ /dev/null @@ -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 diff --git a/_desktop/qutebrowser/config.py b/_desktop/qutebrowser/config.py index b253860..dd5495b 100644 --- a/_desktop/qutebrowser/config.py +++ b/_desktop/qutebrowser/config.py @@ -456,7 +456,7 @@ c.colors.tabs.pinned.even.bg = colors_ftpd['bg'] ## Foreground color of pinned unselected even tabs. ## 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. ## Type: QtColor @@ -464,7 +464,7 @@ c.colors.tabs.pinned.odd.bg = colors_ftpd['bg'] ## Foreground color of pinned unselected odd tabs. ## 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. ## 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 ## "px" suffix. ## Type: String -c.fonts.default_size = '13px' +c.fonts.default_size = '14px' ## Font used for the downloadbar. ## Type: Font