Introduction
Introduction Statistics Contact Development Disclaimer Help
Adding Qutebrowser options, new feeds and sway keybinds. - dotfiles - These are…
git clone git://jay.scot/dotfiles
Log
Files
Refs
README
---
commit 301113de0880e287bbf855da4449758b4a7452f0
parent b8e22accd07e63bdd8c6c82136312268bb37f9b3
Author: Jay Scott <[email protected]>
Date: Sun, 26 Oct 2025 18:51:01 +0000
Adding Qutebrowser options, new feeds and sway keybinds.
Diffstat:
M newsraft/feeds | 3 +++
M qutebrowser/config.py | 15 +++++++++++++--
M sway/config | 5 -----
3 files changed, 16 insertions(+), 7 deletions(-)
---
diff --git a/newsraft/feeds b/newsraft/feeds
@@ -17,6 +17,9 @@ https://pluralistic.net/feed/ "Pluralistic"
https://k0.tel/feed.xml "Koutsie"
https://labnotes.org/rss/ "Lab Notes"
https://www.jeffgeerling.com/blog.xml "Jeff Geerling"
+https://garfnet.org.uk/cms/feed/ "Garfnet"
+https://bfloeser.de/index.xml "Benedikt"
+https://chromic.org/index.xml "Chromic"
@ GAMING
https://www.gamingonlinux.com/article_rss.php "Gaming On Linux"
diff --git a/qutebrowser/config.py b/qutebrowser/config.py
@@ -40,7 +40,7 @@ c.colors.webpage.darkmode.policy.images = 'never'
config.set('colors.webpage.darkmode.enabled', False, 'file://*')
# misc
-c.fonts.hints = "10pt Hack"
+c.fonts.hints = "14pt Hack"
c.fonts.default_size = '12pt'
c.fonts.default_family = 'Hack'
c.hints.uppercase = True
@@ -94,5 +94,16 @@ c.url.searchengines = {
"DEFAULT": "https://html.duckduckgo.com/html?q={}",
"ru": "https://rutracker.org/forum/tracker.php?f=1992&nm={}",
"wiby": "https://wiby.me/?q={}",
- "book": "http://libgen.rs/search.php?req={}&lg_topic=libgen&open=0&view=si…
+ "!book": "http://libgen.rs/search.php?req={}&lg_topic=libgen&open=0&view=s…
+ "!wiki": "https://en.wikipedia.org/wiki/Special:Search?search={}",
}
+
+# javascript whitelist
+js_whitelist = [
+ "*://localhost/*",
+ "*://127.0.0.1/*"
+]
+
+for site in js_whitelist:
+ with config.pattern(site) as p:
+ p.content.javascript.enabled = True
diff --git a/sway/config b/sway/config
@@ -67,11 +67,6 @@ bindsym $mod+j focus down
bindsym $mod+k focus up
bindsym $mod+l focus right
-
-bindsym $mod+Down focus down
-bindsym $mod+Up focus up
-bindsym $mod+Right focus right
-
bindsym $mod+1 workspace number 1
bindsym $mod+2 workspace number 2
bindsym $mod+3 workspace number 3
You are viewing proxied material from jay.scot. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.