diff options
| author | nathansmith117 <nathansmith117@sdf.org> | 2024-05-19 21:13:10 +0000 | 
|---|---|---|
| committer | nathansmith117 <nathansmith117@sdf.org> | 2024-05-19 21:13:10 +0000 | 
| commit | e45aaa344e7e9563e564164441436266fbe6b8ab (patch) | |
| tree | 52b73fa22d0755253f8f085d20d576cd66fbaf2d /linuxRoom.html | |
| parent | edcff9393ff08319a443d7dae4f3f94cfc3cfb52 (diff) | |
| download | shittyweb-e45aaa344e7e9563e564164441436266fbe6b8ab.tar.gz shittyweb-e45aaa344e7e9563e564164441436266fbe6b8ab.tar.bz2 shittyweb-e45aaa344e7e9563e564164441436266fbe6b8ab.zip  | |
Added mpv section
Diffstat (limited to 'linuxRoom.html')
| -rw-r--r-- | linuxRoom.html | 20 | 
1 files changed, 19 insertions, 1 deletions
diff --git a/linuxRoom.html b/linuxRoom.html index b17e4e7..35552ba 100644 --- a/linuxRoom.html +++ b/linuxRoom.html @@ -1,3 +1,4 @@ +<!DOCTYPE html>  <html>  <head> @@ -36,7 +37,7 @@ table {                          <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>Media player: <a href="#mpv">mpv</a></li>                          <li>Terminal: <a href="">alacritty</a></li>                          <li>Shell: <a href="">zsh</a></li>                           <li>Terminal based editor: <a href="">neovim</a></li> @@ -266,6 +267,23 @@ table {                      </p>                  </td>              </tr> + +            <tr> +                <td> +                    <h2 id="mpv">mpv</h2> +                    <p> +                        I switched to mpv because vlc was acting weird with audio sometimes when watching anime and nothing +                        in this world is worse then something getting in the way of anime time! Just like lite-xl and neovim +                        mpv uses lua for its config files and is really simple by default. It also can play youtube videos +                        or other online streams just by giving it a url.<br/><br/> +                         +                        The only thing I did to config mine +                        was install a plugin for a nicer interface yet +                        <a href="https://github.com/nathansmith117/mpvconfig" target="_blank">it has its own repo</a> when it +                        could just be in the dotfiles repo. Like I said, my dotfiles are kind of fucked up. +                    </p> +                </td> +            </tr>          </table>      </center>  </body>  | 
