Added cenny dotfiles
This commit is contained in:
parent
20ab00736c
commit
885ecb33d0
57 changed files with 7714 additions and 0 deletions
16
.config/qutebrowser/autoconfig.yml
Normal file
16
.config/qutebrowser/autoconfig.yml
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
# 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:
|
||||
colors.webpage.darkmode.enabled:
|
||||
global: false
|
||||
content.notifications:
|
||||
global: false
|
||||
https://www.tubxporn.com: false
|
||||
https://www.vrt.be: false
|
||||
content.persistent_storage:
|
||||
https://mega.nz: false
|
||||
0
.config/qutebrowser/bookmarks/urls
Normal file
0
.config/qutebrowser/bookmarks/urls
Normal file
29
.config/qutebrowser/config.py
Normal file
29
.config/qutebrowser/config.py
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
import yaml
|
||||
|
||||
def iterate_dict(dic, prefix=None):
|
||||
for key, value in dic.items():
|
||||
if isinstance(value, dic):
|
||||
pass
|
||||
|
||||
with (config.configdir / "config.yml").open() as f:
|
||||
yaml_data = yaml.safe_load(f)
|
||||
|
||||
|
||||
# How frequently to save config/cookies etc. (in ms)
|
||||
c.auto_save.interval = 5000
|
||||
|
||||
# Backend to use; webengine is recommended
|
||||
c.backend = "webengine"
|
||||
|
||||
# TODO keybindings
|
||||
|
||||
# Show a changelog after every patch update
|
||||
c.changelog_after_upgrade = "patch"
|
||||
|
||||
# TODO color config
|
||||
|
||||
c.confirm_quit = ["downloads"]
|
||||
|
||||
c.content.blocking.adblock.lists.append("https://www.i-dont-care-about-cookies.eu/abp/")
|
||||
|
||||
config.load_autoconfig()
|
||||
17
.config/qutebrowser/config.yml
Normal file
17
.config/qutebrowser/config.yml
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
auto_save:
|
||||
interval: 5000
|
||||
|
||||
confirm_quit:
|
||||
- "downloads"
|
||||
|
||||
backend: "webengine"
|
||||
changelog_after_upgrade: "patch"
|
||||
|
||||
confirm_quit:
|
||||
- "downloads"
|
||||
|
||||
content:
|
||||
blocking:
|
||||
adblock:
|
||||
lists:
|
||||
- "https://www.i-dont-care-about-cookies.eu/abp/"
|
||||
8
.config/qutebrowser/qsettings/QtProject.conf
Normal file
8
.config/qutebrowser/qsettings/QtProject.conf
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
[FileDialog]
|
||||
history=file:///home/jjr/Documents/College/mm/practica/practicum-1.git
|
||||
lastVisited=file:///home/jjr/Documents/College/mm/practica/practicum-1.git
|
||||
qtVersion=5.15.2
|
||||
shortcuts=file:, file:///home/jjr
|
||||
sidebarWidth=106
|
||||
treeViewHeader=@ByteArray(\0\0\0\xff\0\0\0\0\0\0\0\x1\0\0\0\0\0\0\0\0\x1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\x2g\0\0\0\x4\x1\x1\0\0\0\0\0\0\0\0\0\0\0\0\0\0}\xff\xff\xff\xff\0\0\0\x81\0\0\0\0\0\0\0\x4\0\0\x1?\0\0\0\x1\0\0\0\0\0\0\0O\0\0\0\x1\0\0\0\0\0\0\0P\0\0\0\x1\0\0\0\0\0\0\0\x89\0\0\0\x1\0\0\0\0\0\0\x3\xe8\0\xff\xff\xff\xff)
|
||||
viewMode=Detail
|
||||
2
.config/qutebrowser/quickmarks
Normal file
2
.config/qutebrowser/quickmarks
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
ghu https://github.ugent.be/
|
||||
ufo https://ufora.ugent.be/d2l/home
|
||||
Loading…
Add table
Add a link
Reference in a new issue