Skip to content

Instantly share code, notes, and snippets.

@mierak
mierak / config.ron
Created September 30, 2025 13:57
config and theme for rmpc, save the theme file in themes/def.ron
#![enable(implicit_some)]
#![enable(unwrap_newtypes)]
#![enable(unwrap_variant_newtypes)]
(
address: "/tmp/mpd_socket",
volume_step: 5,
scrolloff: 2,
max_fps: 60,
wrap_navigation: true,
theme: "def",