diff options
| author | nathansmith117 <nathansmith117@sdf.org> | 2024-05-19 20:41:23 +0000 | 
|---|---|---|
| committer | nathansmith117 <nathansmith117@sdf.org> | 2024-05-19 20:41:23 +0000 | 
| commit | 9410e35536184ce6745df152a24a77452a0a986c (patch) | |
| tree | 4f1ade05182b8d4aca86a270920cb473b6532a05 /linuxRoom.html | |
| parent | d61b2c06e6b8e2d6a6f868e4f61dd64f89b64d2b (diff) | |
| download | shittyweb-9410e35536184ce6745df152a24a77452a0a986c.tar.gz shittyweb-9410e35536184ce6745df152a24a77452a0a986c.tar.bz2 shittyweb-9410e35536184ce6745df152a24a77452a0a986c.zip  | |
Got claws mail part done
Diffstat (limited to 'linuxRoom.html')
| -rw-r--r-- | linuxRoom.html | 65 | 
1 files changed, 59 insertions, 6 deletions
diff --git a/linuxRoom.html b/linuxRoom.html index 3484b2e..417d6ec 100644 --- a/linuxRoom.html +++ b/linuxRoom.html @@ -33,13 +33,13 @@ table {                      <h2>My current setup</h2>                      <ul>                          <li>Distro: <a href="#fedora">fedora xfce</a></li> -                        <li>Web browser: <a href="">librewolf</a></li> +                        <li>Web browser: <a href="#librewolf">librewolf</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</a></li>                          <li>Terminal: <a href="">alacritty</a></li>                          <li>Shell: <a href="">zsh</a></li> -                        <li>Editor: <a href="">lite-xl</a></li> -                        <li>Other editor: <a href="">neovim</a></li> -                        <li>Media player: <a href="">mpv</a></li> -                        <li>Mail client: <a href="">claws</a></li> +                         <li>Terminal based editor: <a href="">neovim</a></li>                      </ul>                  </td>              </tr> @@ -74,7 +74,7 @@ table {          <table border="1" width="60%">              <tr>                  <td> -                    <h2 id="fedora">fedora xfce</h2> +                    <h2 id="fedora">Fedora xfce</h2>                      <p>                          Fedora been my go to for quite a while though I sometimes switch desktops lmao.                          I have tried the gnome version but it doesn't really fit me so most  @@ -198,6 +198,59 @@ table {                  </td>              </tr>          </table> + +        <table border="1" width="60%"> +            <tr> +                <td> +                    <h2 id="librewolf">Librewolf</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: +                    </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="claws">Claws mail</h2> +                    <p> +                        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 disroot and sdf 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. +                    </p> +                </td> +            </tr> + +            <tr> +                <td> +                    <h2 id="lite-xl">lite-xl</h2> +                </td> +            </tr> +        </table> +      </center>  </body>  </html>  | 
