This commit is contained in:
berserk2046 2023-02-01 22:31:45 -05:00
commit b2144c0b4b
2 changed files with 32 additions and 0 deletions

30
qutebrowser/config.py Normal file
View File

@ -0,0 +1,30 @@
config.load_autoconfig(False)
c.content.blocking.adblock.lists = [
"https://easylist.to/easylist/easylist.txt",
"https://easylist.to/easylist/easyprivacy.txt"
]
c.content.blocking.enabled = True
c.content.blocking.method = "both"
c.content.cache.appcache = False
c.content.canvas_reading = False
c.content.cookies.accept = "never"
c.content.cookies.store = False
c.content.default_encoding = "UTF-8"
c.content.desktop_capture = False
c.content.geolocation = False
c.content.headers.do_not_track = True
c.content.javascript.enabled = False
c.content.local_storage = False
c.content.media.audio_capture = False
c.content.media.video_capture = False
c.content.media.audio_video_capture = False
c.content.mouse_lock = False
c.content.notifications.enabled = False
c.content.persistent_storage = False
c.content.private_browsing = True
c.content.webgl = False
c.url.start_pages = "https://lx.vern.cc/"
c.url.searchengines = {
"DEFAULT":"https://lx.vern.cc/search.php?q={}"
}

2
scripts/battery Executable file
View File

@ -0,0 +1,2 @@
#!/bin/bash
cat /sys/class/power_supply/BAT1/capacity