Media Controls (MPRIS)
Nokkvi registers as nokkvi on the MPRIS D-Bus interface. Any MPRIS-compatible controller — playerctl, your desktop’s media keys, or a window manager keybind — will work.
playerctl -p nokkvi play-pauseplayerctl -p nokkvi nextplayerctl -p nokkvi previousplayerctl -p nokkvi volume 0.05+playerctl -p nokkvi metadataHyprland keybinds
Section titled “Hyprland keybinds”bind = $mainMod ALT, space, exec, playerctl -p nokkvi play-pausebind = $mainMod ALT, right, exec, playerctl -p nokkvi nextbind = $mainMod ALT, left, exec, playerctl -p nokkvi previousbinde = $mainMod ALT, up, exec, playerctl -p nokkvi volume 0.01+binde = $mainMod ALT, down, exec, playerctl -p nokkvi volume 0.01-Other window managers
Section titled “Other window managers”The playerctl commands above work the same in any WM. Bind them however your compositor handles exec keybinds (e.g. sway’s bindsym, i3’s bindsym, dwm’s config.h).