aboutsummaryrefslogtreecommitdiff
path: root/qutebrowser
diff options
context:
space:
mode:
authortrainytrain <trainytrain@rape.lol>2021-05-09 01:29:07 -0700
committertrainytrain <trainytrain@rape.lol>2021-05-09 01:29:07 -0700
commitc765e68f05bfe9f0d2e4990bdc8dfabf11cdbc87 (patch)
tree1dd446298beeb5d1a411d5516689dee8c2ee26ee /qutebrowser
init
Diffstat (limited to 'qutebrowser')
-rw-r--r--qutebrowser/autoconfig.yml96
-rw-r--r--qutebrowser/bookmarks/urls29
-rw-r--r--qutebrowser/qsettings/QtProject.conf8
-rw-r--r--qutebrowser/quickmarks1
4 files changed, 134 insertions, 0 deletions
diff --git a/qutebrowser/autoconfig.yml b/qutebrowser/autoconfig.yml
new file mode 100644
index 0000000..b66b233
--- /dev/null
+++ b/qutebrowser/autoconfig.yml
@@ -0,0 +1,96 @@
+# 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:
+ aliases:
+ global:
+ q: close
+ qa: quit
+ w: session-save
+ wq: quit --save
+ wqa: quit --save
+ backend:
+ global: webengine
+ bindings.commands:
+ global:
+ normal:
+ <Ctrl+m>: hint links spawn --detach /usr/local/bin/mpv {hint-url}
+ O: set-cmd-text -s :open -t -s
+ x: tab-close
+ content.canvas_reading:
+ global: false
+ content.cookies.accept:
+ global: no-3rdparty
+ content.cookies.store:
+ global: true
+ content.desktop_capture:
+ https://meet.jit.si: true
+ content.geolocation:
+ https://www.fandango.com: false
+ content.headers.accept_language:
+ global: en-US,en;q=0.5
+ content.headers.custom:
+ global:
+ accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
+ content.headers.user_agent:
+ global: Mozilla/5.0 (Windows NT 10.0; rv:68.0) Gecko/20100101 Firefox/68.0
+ content.host_blocking.enabled:
+ global: false
+ content.media_capture:
+ https://asm.smartmusic.com: true
+ https://meet.jit.si: true
+ content.notifications:
+ http://192.168.0.53:8096: true
+ http://192.168.1.12:8096: true
+ https://beta.protonmail.com: true
+ https://cloud.boomer.cf: true
+ https://cloud.cumzone.xyz: true
+ https://media.boomer.cf: true
+ https://media.cumzone.xyz: true
+ https://na.op.gg: false
+ https://www.reddit.com: false
+ content.proxy:
+ global: none
+ content.ssl_strict:
+ global: true
+ content.webgl:
+ global: false
+ content.webrtc_ip_handling_policy:
+ global: default-public-interface-only
+ fonts.debug_console:
+ global: default_size default_family
+ fonts.default_family:
+ global: JetBrains Mono
+ fonts.default_size:
+ global: 10pt
+ fonts.web.family.fantasy:
+ global: null
+ fonts.web.family.sans_serif:
+ global: null
+ fonts.web.family.standard:
+ global: null
+ qt.force_platformtheme:
+ global: qt5ctl
+ qt.highdpi:
+ global: true
+ statusbar.show:
+ global: never
+ tabs.max_width:
+ global: -1
+ tabs.position:
+ global: top
+ tabs.show:
+ global: multiple
+ tabs.width:
+ global: 15%
+ url.default_page:
+ global: /home/train/work/startpage/index.html
+ url.searchengines:
+ global:
+ DEFAULT: http://search.cumzone.xyz/searx/?q={}
+ url.start_pages:
+ global: /home/train/work/startpage/index.html
diff --git a/qutebrowser/bookmarks/urls b/qutebrowser/bookmarks/urls
new file mode 100644
index 0000000..3ee1c50
--- /dev/null
+++ b/qutebrowser/bookmarks/urls
@@ -0,0 +1,29 @@
+http://drudgereport.com/ DRUDGE REPORT 2020®
+http://192.168.1.12:9091/transmission/web/#upload Transmission Web Interface
+http://localhost:9091/transmission/web/ Transmission Web Interface
+http://jpopsuki.eu/ Transmission Web Interface
+http://last.fm/
+https://www.last.fm/home Home | Last.fm
+https://aeries.hbuhsd.edu/parent/LoginParent.aspx Aeries: Portals
+https://hbuhsd.instructure.com/?login_success=1 Dashboard
+https://pgsso.cccd.edu/_layouts/PG/login.aspx?ReturnUrl=%2Fsso%2Fgo.ashx PortalGuard - Portal Access
+https://redacted.ch/ Redacted
+https://github.com/awesome-selfhosted/awesome-selfhosted GitHub - awesome-selfhosted/awesome-selfhosted: A list of Free Software network services and web applications which can be hosted locally. Selfhosting is the process of hosting and managing applications instead of renting from Software-as-a-Service providers
+https://www.tapmusic.net/ Last.fm Collage Generator - tapmusic
+https://milkie.cc/browse Browse - Milkie
+https://gw2.limitlessfx.com/ Guild Wars 2 : World Boss Timers
+https://www.myanonamouse.net/login.php?returnto=%2F Login | My Anonamouse
+https://cumzone.xyz/ train's website
+https://upload.cumzone.xyz/ train's lolis - a self-hosted upload service.
+http://www.orangecoastcollege.edu/Pages/home.aspx Orange Coast College
+https://cloud.cumzone.xyz/login CUM STORAGE
+http://192.168.1.12:8181/ botamusique web interface
+https://search.cumzone.xyz/ searx
+https://yt.cumzone.xyz/ Invidious
+http://192.168.1.12:8084/admin/ Pi-hole - maeve
+http://192.168.1.12:8096 Jellyfin
+https://yadg.cc/ YADG
+https://zoomersrants.xyz/ Zoomer's Rants - Conservative Blog On American Politics
+https://read.cumzone.xyz/login Welcome to wallabag! – wallabag
+https://bonginoreport.com/ Home - The Bongino Report
+https://canvas.cccd.edu/ Canvas Discovery Page
diff --git a/qutebrowser/qsettings/QtProject.conf b/qutebrowser/qsettings/QtProject.conf
new file mode 100644
index 0000000..aab8e23
--- /dev/null
+++ b/qutebrowser/qsettings/QtProject.conf
@@ -0,0 +1,8 @@
+[FileDialog]
+history=file:///home/trollshotlol/Pictures, file:///home/trollshotlol/Pictures/School & Friends, file:///home/trollshotlol/Downloads, file:///home/train/down, file:///home/train
+lastVisited=file:///home/train/down
+qtVersion=5.15.2
+shortcuts=file:, file:///home/trollshotlol, file:///home/trollshotlol/Downloads
+sidebarWidth=92
+treeViewHeader=@ByteArray(\0\0\0\xff\0\0\0\0\0\0\0\x1\0\0\0\x1\0\0\0\0\x1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\x2\x33\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\xe8\0\0\0\x1\0\0\0\0\0\0\0\x36\0\0\0\x1\0\0\0\0\0\0\0:\0\0\0\x1\0\0\0\0\0\0\0\xdb\0\0\0\x1\0\0\0\0\0\0\x3\xe8\0\xff\xff\xff\xff)
+viewMode=Detail
diff --git a/qutebrowser/quickmarks b/qutebrowser/quickmarks
new file mode 100644
index 0000000..892f9a0
--- /dev/null
+++ b/qutebrowser/quickmarks
@@ -0,0 +1 @@
+obbed by racoon https://yt.cumzone.xyz/