buncha stuff
This commit is contained in:
22
.config/qutebrowser/autoconfig.yml
Normal file
22
.config/qutebrowser/autoconfig.yml
Normal file
@@ -0,0 +1,22 @@
|
||||
# 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.javascript.enabled:
|
||||
'*://*.127.0.0.1/*': true
|
||||
'*://*.crontab.guru/*': true
|
||||
'*://*.framatube.org/*': true
|
||||
'*://*.github.com/*': true
|
||||
'*://*.onlinebanking.becu.org/*': true
|
||||
'*://*.protesilaos.com/*': true
|
||||
'*://*.register.be.xfinity.com/*': false
|
||||
'*://*.seattle.craigslist.org/*': true
|
||||
'*://*.vid.puffyan.us/*': true
|
||||
'*://*.www.astound.com/*': true
|
||||
'*://*.www.knoll.com/*': true
|
||||
'*://*.www.startpage.com/*': true
|
||||
'*://*.www.xfinity.com/*': true
|
||||
1
.config/qutebrowser/bookmarks/urls
Normal file
1
.config/qutebrowser/bookmarks/urls
Normal file
@@ -0,0 +1 @@
|
||||
https://drewdevault.com/ Drew DeVault's blog
|
||||
16
.config/qutebrowser/config.py
Normal file
16
.config/qutebrowser/config.py
Normal file
@@ -0,0 +1,16 @@
|
||||
#!/usr/bin/env python3
|
||||
config.load_autoconfig()
|
||||
|
||||
c.content.javascript.enabled = False
|
||||
#c.content.user_stylesheets = [ "stylesheet.css" ]
|
||||
c.downloads.location.directory = "~/downloads"
|
||||
c.editor.command = [ "alacritty", "-e", "vim", "{}" ]
|
||||
c.editor.encoding = "utf-8"
|
||||
|
||||
c.url.searchengines = {
|
||||
"DEFAULT" : "https://search.brave.com/search?q={}",
|
||||
}
|
||||
|
||||
c.url.start_pages = [ "https://search.brave.com" ]
|
||||
|
||||
config.bind('<Ctrl-Shift-y>', 'hint links spawn --detach mpv --force-window yes {hint-url}')
|
||||
1712
.config/qutebrowser/old-stylesheet.css
Normal file
1712
.config/qutebrowser/old-stylesheet.css
Normal file
File diff suppressed because it is too large
Load Diff
0
.config/qutebrowser/quickmarks
Normal file
0
.config/qutebrowser/quickmarks
Normal file
1712
.config/qutebrowser/stylesheet.css
Normal file
1712
.config/qutebrowser/stylesheet.css
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user