summaryrefslogtreecommitdiff
path: root/content
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2022-08-04 10:22:20 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2022-08-04 10:22:20 +0200
commite97e3fbc45c527d3f63b2ab348e81c5cb821dd1f (patch)
treed4fb10549fbd096f3596577edb009d3d688a2ff7 /content
parentbbe48dcd21db2854b74e852f431c98b99f492f9a (diff)
downloadwww-andreasbaumann-cc-e97e3fbc45c527d3f63b2ab348e81c5cb821dd1f.tar.gz
www-andreasbaumann-cc-e97e3fbc45c527d3f63b2ab348e81c5cb821dd1f.tar.bz2
deprecated librewolf
Diffstat (limited to 'content')
-rw-r--r--content/toolbox/_index.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/content/toolbox/_index.md b/content/toolbox/_index.md
index bbc442d..052ba73 100644
--- a/content/toolbox/_index.md
+++ b/content/toolbox/_index.md
@@ -81,8 +81,6 @@ Some things I found to be useful for daily programming.
directory (proved to be extremely stable over time).
* [Luakit](https://luakit.github.io/): webkit-based browser, highly customizable
with Lua scripting
-* [Librewolf](https://librewolf-community.gitlab.io/): fork of Firefox,
- without all the built-in stuff from Mozilla nobody needs or asked for.
* [irssi](https://irssi.org/): for chatting (terminal)
* [newsboat](https://newsboat.org/): a RSS feed reader looking like mutt
(I'm using the old pure-C++/non-Rust version I forked as
@@ -98,3 +96,7 @@ The following tools I used in the past, but not anymore:
all the "features" of Mozilla (slow, Rust build problems, out-of-memory
when building and linking). So I lost interest in it. I replaced it with
Luakit and mutt/trojita, irssi, etc..
+* [Librewolf](https://librewolf-community.gitlab.io/): fork of Firefox,
+ without all the built-in stuff from Mozilla nobody needs or asked for.
+ I'm no longer using it, as compiling it is too much of a hazzle with
+ constantly rust incompatibilities..