diff options
| author | nathansmith <nathansmith@posteo.com> | 2025-03-29 06:16:22 +0000 | 
|---|---|---|
| committer | nathansmith <nathansmith@posteo.com> | 2025-03-29 06:16:22 +0000 | 
| commit | fdfa8bd7033b6f57160a1d54847c1ec3a6795643 (patch) | |
| tree | 31cde8800caac155a5ccf4e49f1da1bbe9890868 /linux_room.html | |
| parent | 8fd515063b770395aefef7130478d3810acae860 (diff) | |
| download | shittyweb-fdfa8bd7033b6f57160a1d54847c1ec3a6795643.tar.gz shittyweb-fdfa8bd7033b6f57160a1d54847c1ec3a6795643.tar.bz2 shittyweb-fdfa8bd7033b6f57160a1d54847c1ec3a6795643.zip  | |
More extra software added
Diffstat (limited to 'linux_room.html')
| -rw-r--r-- | linux_room.html | 26 | 
1 files changed, 26 insertions, 0 deletions
diff --git a/linux_room.html b/linux_room.html index 00265f7..0f23644 100644 --- a/linux_room.html +++ b/linux_room.html @@ -67,6 +67,8 @@ table {                              <a href="#extras">Extras</a>                              <ul>                                  <li><a href="#lite-xl">lite-xl</a></li> +                                <li><a href="#vlc">vlc</a></li> +                                <li><a href="#evolution">Evolution</a></li>                              </ul>                          </li>                      </ul> @@ -502,6 +504,30 @@ table {                      </p>                  </td>              </tr> + +            <tr> +                <td> +                    <h2 id="vlc">vlc</h2> +                    <p> +                        Yes, mpv is better. Yes, vlc sometimes has issues. But vlc is still better than the default media player +                        on most systems and has its fair share of useful features. Even with mpv I still like to have vlc +                        installed just in case mpv breaks when I dont have internet and I like its file converting features. The +                        mobile version of vlc kicks ass. +                    </p> +                </td> +            </tr> + +            <tr> +                <td> +                    <h2 id="evolution">Evolution</h2> +                    <p> +                        Evolution is one of the better mail clients out there. If for whatever reason you need to use gmail or some +                        other locked down shitty service evolution has you covered. By default it uses the gnome style window decorators +                        but unlike most gnome apps it lets you use your desktop/WM decorators instead. Its not as bad as most +                        mail clients (looking at you thunderbird) and it lets you <i>at least</i> hide most of that shit out of the way. +                    </p> +                </td> +            </tr>          </table>      </center>  </body>  | 
