summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorluxagraf <sng@luxagraf.net>2020-02-16 21:37:48 -0500
committerluxagraf <sng@luxagraf.net>2020-02-16 21:37:48 -0500
commit521cfbe22456fc1fa777eb0bf632b82423926c2c (patch)
tree69765d73b827832e2b3c56a3e40f9bbba38ccc81
parent2a9538f7711dcea71ba5702ca94a9d9c00287ea4 (diff)
removed some auto-generated files and added some changes to qutebrowser
config
-rw-r--r--.config/qutebrowser/autoconfig.yml14
-rw-r--r--.config/qutebrowser/config.py3
m---------.config/qutebrowser/jblock0
-rw-r--r--.config/qutebrowser/private-whitelist1
-rw-r--r--.gitmodules3
-rw-r--r--.mutt/offlineimap.pycbin403 -> 0 bytes
6 files changed, 6 insertions, 15 deletions
diff --git a/.config/qutebrowser/autoconfig.yml b/.config/qutebrowser/autoconfig.yml
deleted file mode 100644
index 3feafb4..0000000
--- a/.config/qutebrowser/autoconfig.yml
+++ /dev/null
@@ -1,14 +0,0 @@
-# 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:
- global: true
- content.notifications:
- https://www.reddit.com: false
- content.register_protocol_handler:
- https://mail.google.com?extsrc=mailto&url=%25s: false
diff --git a/.config/qutebrowser/config.py b/.config/qutebrowser/config.py
index a87d434..4877e36 100644
--- a/.config/qutebrowser/config.py
+++ b/.config/qutebrowser/config.py
@@ -19,7 +19,7 @@ c.tabs.background = True
c.tabs.position = "bottom"
c.content.autoplay = False
-c.editor.command = ['alacritty', '-e', 'nvim', '{}']
+c.editor.command = ['urxvt', '-e', 'vim', '{}']
c.url.default_page = "about:blank"
# searches
@@ -47,6 +47,7 @@ config.bind("xjf", "set content.javascript.enabled false")
# block JS out of the box:
c.content.javascript.enabled = False
+
js_whitelist = [
"*://localhost/*",
"*://127.0.0.1/*",
diff --git a/.config/qutebrowser/jblock b/.config/qutebrowser/jblock
new file mode 160000
+Subproject b413c6415a5a6357362ca896ece44dfcd00b0f0
diff --git a/.config/qutebrowser/private-whitelist b/.config/qutebrowser/private-whitelist
index 29351e6..a84e253 100644
--- a/.config/qutebrowser/private-whitelist
+++ b/.config/qutebrowser/private-whitelist
@@ -8,3 +8,4 @@
*://wd5.myworkday.com/*,
*://bumfuzzle.com/*,
*://pmags.com/*,
+*://git.luxagraf.net/*,
diff --git a/.gitmodules b/.gitmodules
index 270bbdd..41dca12 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -7,3 +7,6 @@
[submodule ".tmux/plugins/tpm"]
path = .tmux/plugins/tpm
url = https://github.com/tmux-plugins/tpm
+[submodule ".config/qutebrowser/jblock"]
+ path = .config/qutebrowser/jblock
+ url = https://gitlab.com/jgkamat/jblock.git
diff --git a/.mutt/offlineimap.pyc b/.mutt/offlineimap.pyc
deleted file mode 100644
index b9d155f..0000000
--- a/.mutt/offlineimap.pyc
+++ /dev/null
Binary files differ