diff options
Diffstat (limited to 'qutebrowser')
| -rwxr-xr-x | qutebrowser/autoconfig.yml | 31 | ||||
| -rwxr-xr-x | qutebrowser/bookmarks/urls | 0 | ||||
| -rwxr-xr-x | qutebrowser/config.py | 37 | ||||
| -rwxr-xr-x | qutebrowser/qsettings/QtProject.conf | 8 | ||||
| -rwxr-xr-x | qutebrowser/quickmarks | 9 |
5 files changed, 85 insertions, 0 deletions
diff --git a/qutebrowser/autoconfig.yml b/qutebrowser/autoconfig.yml new file mode 100755 index 0000000..cec9d33 --- /dev/null +++ b/qutebrowser/autoconfig.yml @@ -0,0 +1,31 @@ +# 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/main/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: + colors.webpage.darkmode.enabled: + global: false + content.blocking.method: + global: auto + content.desktop_capture: + https://discord.com: true + content.javascript.clipboard: + https://chatgpt.com: access-paste + https://github.com: access-paste + content.notifications.enabled: + https://www.lenovo.com: false + https://www.youtube.com: false + content.register_protocol_handler: + https://app.tuta.com#url=%25s: false + https://mail.google.com?extsrc=mailto&url=%25s: false + https://mov.im: false + https://outlook.office.com?mailtouri=%25s: false + url.default_page: + global: about:blank + url.searchengines: + global: + DEFAULT: https://www.startpage.com/do/search?query={}&lui=english + wa: https://wiki.archlinux.org/?search={} diff --git a/qutebrowser/bookmarks/urls b/qutebrowser/bookmarks/urls new file mode 100755 index 0000000..e69de29 --- /dev/null +++ b/qutebrowser/bookmarks/urls diff --git a/qutebrowser/config.py b/qutebrowser/config.py new file mode 100755 index 0000000..c132876 --- /dev/null +++ b/qutebrowser/config.py @@ -0,0 +1,37 @@ +from qutebrowser.api import interceptor +config.load_autoconfig() +c.content.blocking.method = 'both' +c.content.blocking.adblock.lists = [ + "https://easylist.to/easylist/easylist.txt", + "https://easylist.to/easylist/easyprivacy.txt", + "https://easylist.to/easylist/fanboy-social.txt", + "https://secure.fanboy.co.nz/fanboy-annoyance.txt", + "https://easylist-downloads.adblockplus.org/abp-filters-anti-cv.txt", + "https://pgl.yoyo.org/adservers/serverlist.php?showintro=0;hostformat=hosts", + "https://github.com/uBlockOrigin/uAssets/raw/master/filters/legacy.txt", + "https://github.com/uBlockOrigin/uAssets/raw/master/filters/filters.txt", + "https://github.com/uBlockOrigin/uAssets/raw/master/filters/filters-2020.txt", + "https://github.com/uBlockOrigin/uAssets/raw/master/filters/filters-2021.txt", + "https://github.com/uBlockOrigin/uAssets/raw/master/filters/badware.txt", + "https://github.com/uBlockOrigin/uAssets/raw/master/filters/privacy.txt", + "https://github.com/uBlockOrigin/uAssets/raw/master/filters/badlists.txt", + "https://github.com/uBlockOrigin/uAssets/raw/master/filters/annoyances.txt", + "https://github.com/uBlockOrigin/uAssets/raw/master/filters/resource-abuse.txt", + "https://www.i-dont-care-about-cookies.eu/abp/", + "https://secure.fanboy.co.nz/fanboy-cookiemonster.txt", + "https://github.com/uBlockOrigin/uAssets/raw/master/filters/unbreak.txt"] + +c.content.pdfjs = True +c.content.autoplay = False + +c.editor.command = ["wezterm", "-e", "nvim", "{file}", "-c", "normal {line}G{column0}l"] + +c.input.insert_mode.auto_load = True +c.spellcheck.languages = ["en-US"] + +c.tabs.background = True +c.tabs.title.format_pinned = '{index} {audio}' + +c.url.open_base_url = True +c.url.start_pages = 'about:blank' +c.url.default_page = 'about:blank' diff --git a/qutebrowser/qsettings/QtProject.conf b/qutebrowser/qsettings/QtProject.conf new file mode 100755 index 0000000..08f65b8 --- /dev/null +++ b/qutebrowser/qsettings/QtProject.conf @@ -0,0 +1,8 @@ +[FileDialog] +history=file:///home/anand, file:///home/anand/Downloads, file:///home/anand/Downloads/LocalSend, file:///run/media/anand/ANAND16/sem11/ethicalHacking, file:///run/media/anand/ANAND16/sem11/cyberForensics +lastVisited=file:///home/anand/Downloads +qtVersion=6.9.2 +shortcuts=file:, file:///home/anand +sidebarWidth=95 +treeViewHeader="@ByteArray(\0\0\0\xff\0\0\0\0\0\0\0\x1\0\0\0\x1\0\0\0\x3\x1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\x1\xd1\0\0\0\x4\x1\x1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\x64\xff\xff\xff\xff\0\0\0\x81\0\0\0\0\0\0\0\x4\0\0\0\xf5\0\0\0\x1\0\0\0\0\0\0\0\x39\0\0\0\x1\0\0\0\0\0\0\0=\0\0\0\x1\0\0\0\0\0\0\0\x66\0\0\0\x1\0\0\0\0\0\0\x3\xe8\0\xff\xff\xff\xff\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\x1)" +viewMode=Detail diff --git a/qutebrowser/quickmarks b/qutebrowser/quickmarks new file mode 100755 index 0000000..e3be0c8 --- /dev/null +++ b/qutebrowser/quickmarks @@ -0,0 +1,9 @@ +teams https://teams.microsoft.com/v2/ +nix search https://search.nixos.org/packages +neverssl http://neverssl.com +chatgpt https://chatgpt.com/?temporary-chat=true +portal https://portal.svkm.ac.in/usermgmt/login +django https://www.youtube.com/watch?v=opzK3E4Xx6o&list=PLu71SKxNbfoDOf-6vAcKmazT92uLnWAgy&index=9 +y https://www.youtube.com/ +mail https://mail.google.com/mail/u/0/#inbox +pangolin https://www.youtube.com/watch?v=ISEP6SIrEVE&t=2740s |
