mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-07-13 11:44:21 +02:00
spotify: switch back to MPRIS2 DBUS interface
One less daemon to run.
This commit is contained in:
parent
f04a53528f
commit
cda3a6448f
2 changed files with 4 additions and 8 deletions
|
@ -16,9 +16,7 @@ local execute = {
|
|||
"text/html",
|
||||
-- Default MIME types
|
||||
"xdg-mime default evince.desktop application/pdf",
|
||||
"xdg-mime default gpicview.desktop image/png image/x-apple-ios-png image/jpeg image/jpg image/gif",
|
||||
-- dbus-mediakeys
|
||||
"dbus-mediakeys &"
|
||||
"xdg-mime default gpicview.desktop image/png image/x-apple-ios-png image/jpeg image/jpg image/gif"
|
||||
}
|
||||
|
||||
os.execute(table.concat(execute, ";"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue