diff options
author | nathansmith117 <nathansmith@disroot.org> | 2025-03-07 04:35:25 -0700 |
---|---|---|
committer | nathansmith117 <nathansmith@disroot.org> | 2025-03-07 04:35:25 -0700 |
commit | 5d7511364a644875a7956e5879d4acf33ba2d906 (patch) | |
tree | bb2eae91f6414d852567161c48a1f5cc0b795c64 | |
parent | 8c122ad582adca4a28cb519084e7ed5be4d8fa70 (diff) |
Web browser changed and back to claws mail
-rw-r--r-- | linuxRoom.html | 44 |
1 files changed, 16 insertions, 28 deletions
diff --git a/linuxRoom.html b/linuxRoom.html index f32aef5..f97f908 100644 --- a/linuxRoom.html +++ b/linuxRoom.html @@ -34,8 +34,8 @@ table { <h2>My current setup</h2> <ul> <li>Distro: <a href="#fedora">fedora xfce</a></li> - <li>Web browser: <a href="#librewolf">librewolf</a></li> - <li>Mail client: <a href="#evolution">evolution</a></li> + <li>Web browser: <a href="#icecat">icecat</a></li> + <li>Mail client: <a href="#claws">claws</a></li> <li>Editor: <a href="#lite-xl">lite-xl</a></li> <li>Media player: <a href="#mpv">mpv</a></li> <li>Feed reader: <a href="#liferea">liferea</a></li> @@ -259,42 +259,30 @@ table { <table border="1" width="60%"> <tr> <td> - <h2 id="librewolf">Librewolf</h2> + <h2 id="icecat">icecat</h2> <p> I use to use firefox but switched to librewolf because <a href="https://digdeeper.club/articles/mozilla.xhtml" target="_blank">mozilla is evil as fuck</a>. - If you don't know librewolf it its the ungoogled-chromium of firefox. It has lots of the shit removed - though it isn't perfect but so far its been my best option. - </p> - - <h3>Things that I like to change</h3> - <ul> - <li>webgl is disabled so to enable it go to "about:config" and set "webgl.disabled" to false.</li> - <li>Uncheck "Delete cookies and site data when LibreWolf is closed" in settings to make it more usable as a normal driver browser</li> - <li>Check "Open previous windows and tabs" for a better quality of life</li> - <li>Uncheck "Clear history when LibreWolf closes" to keep your history because the previous tabs thing uses it</li> - </ul> - - <h3>Plugins</h3> - <p> - Librewolf supports firefox plugins and some of my favorite are: + If you don't know librewolf it its the ungoogled-chromium of firefox. Than I switched from librewolf to icecat. + <br/><br/> + The builtin plugins are decent. Librejs and its other contend blocking plugins are way more annoying + than something like umatrix but I am giving them a fair chance knowing that umatrix might not have + much of a future even if its still quite functional still. I still like to install ublock even with + everything that comes builtin. </p> - <ul> - <li>ublock (it comes preinstalled with librewolf) and is the best adblocker to ever exist.</li> - <li>umatrix, its old but is very powerful and works great alongside ublock. I feel much better on the internet with it.</li> - <li>dark reader because I like the dark</li> - <li>Return youtube dislikes because fuck youtube for removing them!!!</li> - </ul> </td> </tr> <tr> <td> - <h2 id="evolution">Evolution mail</h2> + <h2 id="claws">Claws mail</h2> <p> - I used claws-mail for a while but it didn't work well with some of my email accounts. - Evolution is still a bit more bloated than I want but I was able to - customize it to make it work better for my uses. + I have used thunderbird in the past though like I said before + <a href="https://digdeeper.club/articles/mozilla.xhtml" target="_blank">mozilla is evil as fuck</a>. + I have some gmail accounts and haven't gotten them to work in claws yet though I am working on + moving everything away from gmail because fuck google!! Though my other accounts work in it just fine. + Its a quite basic mail client so you often have to play around with different things to get accounts to work. + Also tried evolution but it was too bloated but not nearly as bad as thunderbird. </p> </td> </tr> |