Compare commits

...

3 Commits

Author SHA1 Message Date
Felipe M be8bff6395 mpv: Added mpris support for playerctl 2021-01-11 17:02:00 +01:00
Felipe M e47e6e29b9 docs: chromium 2021-01-03 19:54:10 +01:00
Felipe M 54842fab3b config: enabled oh-my-zsh 2021-01-03 19:12:53 +01:00
4 changed files with 18 additions and 0 deletions

Binary file not shown.

View File

@ -0,0 +1,9 @@
# Chromium
## Enable media casting
Just enable this flag and restart the browser:
```
chrome://flags/#load-media-router-component-extension
```

7
.dotfiles/docs/mpv.md Normal file
View File

@ -0,0 +1,7 @@
# MPV
## Playerctl support
Project: [https://github.com/hoyon/mpv-mpris](https://github.com/hoyon/mpv-mpris)
Added `mpris.so` manually to `~/.config/mpv/scripts` and it'll auto load.

2
.zshrc
View File

@ -8,6 +8,8 @@ export PATH=$PATH:$(go env GOPATH)/bin
source ~/.antigen.zsh
antigen bundle oh-my-zsh
antigen bundle git
antigen theme steeef