diff options
| -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>  | 
