mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-07-04 07:14:21 +02:00
spotify: update comments for accuracy
This commit is contained in:
parent
7d036a8c05
commit
77a5f0c008
1 changed files with 2 additions and 4 deletions
|
@ -1,12 +1,10 @@
|
||||||
-- Drive spotify
|
-- Drive spotify through playerctl.
|
||||||
|
|
||||||
-- Spotify uses the MPRIS D-BUS interface. See more information here:
|
-- Spotify uses the MPRIS D-BUS interface. See more information here:
|
||||||
-- http://specifications.freedesktop.org/mpris-spec/latest/
|
-- http://specifications.freedesktop.org/mpris-spec/latest/
|
||||||
|
|
||||||
-- To get the complete interface:
|
-- To get the complete interface:
|
||||||
-- mdbus2 org.mpris.MediaPlayer2.spotify /org/mpris/MediaPlayer2
|
-- busctl --user introspect org.mpris.MediaPlayer2.spotify /org/mpris/MediaPlayer2
|
||||||
|
|
||||||
-- Updated to use playerctl instead.
|
|
||||||
|
|
||||||
local awful = require("awful")
|
local awful = require("awful")
|
||||||
local dbg = dbg
|
local dbg = dbg
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue