This commit is contained in:
Alexander Gehrke 2024-04-25 17:13:43 +02:00
parent b84a46a997
commit 4638ee1d6d
3 changed files with 82 additions and 68 deletions

View file

@ -136,7 +136,7 @@ local myglobalkeys = awful.util.table.join(
if exitcode > 0 then
mb.grab{keymap=mpdmap, name="MPD", stay_in_mode=true}
else
mb.grab{keymap=mprismap, name="Spotify", stay_in_mode=true}
mb.grab{keymap=mprismap, name="MPRIS", stay_in_mode=true}
end
end)
end),