Explorar el Código

~/.config/systemd: Run mpris-proxy for bluetooth media controls

Luna Stadler %!s(int64=4) %!d(string=hace) años
padre
commit
c5a0cc361b
Se han modificado 1 ficheros con 9 adiciones y 0 borrados
  1. 9 0
      .config/systemd/user/mpris-proxy.service

+ 9 - 0
.config/systemd/user/mpris-proxy.service

@ -0,0 +1,9 @@
1
[Unit]
2
Description=Forward bluetooth media controls to MPRIS
3
4
[Service]
5
Type=simple
6
ExecStart=/usr/bin/mpris-proxy
7
8
[Install]
9
WantedBy=default.target