Replace netflix with jellyfin

This commit is contained in:
Alexander Gehrke 2026-01-11 15:26:38 +01:00
parent 61fd6aef87
commit 1882057748

View file

@ -104,7 +104,7 @@ local progmap = {
{ "q", binder.spawn("qutebrowser"), "Qutebrowser" },
--{"b", binder.spawn(conf.cmd.browser), "Browser" },
{ "s", binder.spawn("steam"), "Steam" },
{ "n", binder.spawn("netflix"), "Netflix" },
{ "j", binder.spawn("jellyfin"), "Jellyfin" },
{ "m", mb.grabf({ keymap = messengermap, name = "⇒ Messengers" }), "Messengers" },
}