| Fixing git ignore file, adding RSS feeds, updating qutebrowser config. - dotfil… | |
| git clone git://jay.scot/dotfiles | |
| Log | |
| Files | |
| Refs | |
| README | |
| --- | |
| commit 8f6397d4c260a23093dbd79e238ffba52c0ff1c2 | |
| parent 301113de0880e287bbf855da4449758b4a7452f0 | |
| Author: Jay Scott <[email protected]> | |
| Date: Sat, 1 Nov 2025 11:12:20 +0000 | |
| Fixing git ignore file, adding RSS feeds, updating qutebrowser config. | |
| Diffstat: | |
| M .gitignore | 14 +------------- | |
| M ashrc | 5 ++++- | |
| M newsraft/feeds | 7 +++++++ | |
| M qutebrowser/config.py | 4 ++-- | |
| 4 files changed, 14 insertions(+), 16 deletions(-) | |
| --- | |
| diff --git a/.gitignore b/.gitignore | |
| @@ -9,18 +9,12 @@ mpd/mpd.db | |
| mpd/mpd.pid | |
| mpd/mpdstate | |
| -# ncmpcpp | |
| -ncmpcpp/error.log | |
| - | |
| # misc | |
| *.swp | |
| -bin/terraform | |
| -bin/golangci-lint | |
| -bin/neonmodem | |
| bin/radio | |
| -bin/w3m | |
| bin/reddittui | |
| bin/unrar | |
| +bin/jellyfin-tui | |
| # vim | |
| nvim/lazy-lock.json | |
| @@ -28,9 +22,3 @@ nvim/lazy-lock.json | |
| # mutt contacts | |
| mutt/aliases | |
| mutt/cache | |
| - | |
| -# suckless | |
| -suckless/dwm/src | |
| -suckless/dmenu/src | |
| -suckless/herbe/src | |
| -suckless/slstatus/src | |
| diff --git a/ashrc b/ashrc | |
| @@ -29,6 +29,8 @@ alias rm='rm -i' | |
| # random alias | |
| alias weather='curl wttr.in/?1QF' | |
| alias wget='wget --hsts-file="$XDG_CACHE_HOME/wget-hsts"' | |
| +alias 0ad='flatpak run com.play0ad.zeroad' | |
| +alias openra='flatpak run net.openra.OpenRA' | |
| # git alias | |
| alias ga='git add -A' | |
| @@ -47,8 +49,9 @@ alias von='doas resolvconf -u && doas wg-quick up se-sto-wg-0… | |
| alias voff='doas wg-quick down se-sto-wg-011' | |
| alias vcheck='curl https://am.i.mullvad.net/connected' | |
| +# media | |
| alias r='reddittui' | |
| +alias y='youtube-tui' | |
| # pass | |
| export PASSWORD_STORE_DIR=$HOME/src/pass | |
| diff --git a/newsraft/feeds b/newsraft/feeds | |
| @@ -4,6 +4,9 @@ https://selfh.st/rss/ "Selfh" | |
| https://planet.kernel.org/rss20.xml "Planet Kernel" | |
| https://bearblog.dev/discover/feed/ "Bear Blogs" | |
| +@ SOFTWARE | |
| +https://www.alpinelinux.org/atom.xml "Alpine Linux" | |
| + | |
| @ MEDIA | |
| https://showrss.info/other/all.rss "TV Torrents" | |
| @@ -20,6 +23,7 @@ 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" | |
| +https://dandelion-utilitarian.com/feed.xml "Dandelion-Utilitarian" | |
| @ GAMING | |
| https://www.gamingonlinux.com/article_rss.php "Gaming On Linux" | |
| @@ -33,3 +37,6 @@ https://odysee.com/$/rss/@BrodieRobertson:5 "Brodie Robertson" | |
| https://odysee.com/$/rss/@davidbombal:0 "David Bombal" | |
| https://odysee.com/$/rss/@thelinuxcast:4 "The Linux Cast" | |
| https://odysee.com/$/rss/@GreatScott:a "Great Scott" | |
| + | |
| +@ PODCASTS | |
| +http://www.2600.com/oth-broadband.xml "2600" | |
| diff --git a/qutebrowser/config.py b/qutebrowser/config.py | |
| @@ -78,7 +78,7 @@ c.content.autoplay = False # no autoplay on <video> tags | |
| # fingerprint | |
| c.content.headers.accept_language = "en-US,en;q=0.5" | |
| -c.content.headers.user_agent = "Mozilla/5.0 (X11; Linux i686; rv:109.0) Gecko/… | |
| +c.content.headers.user_agent = "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/53… | |
| c.content.headers.custom = {"accept": "text/html,application/xhtml+xml,applica… | |
| c.content.headers.referer = "never" | |
| c.content.cookies.accept = "no-3rdparty" | |
| @@ -94,7 +94,7 @@ 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=s… | |
| + "!book": "http://libgen.li/search.php?req={}&lg_topic=libgen&open=0&view=s… | |
| "!wiki": "https://en.wikipedia.org/wiki/Special:Search?search={}", | |
| } | |