Keyboard shortcuts

Press ← or → to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

programs.rmpc.enable

Whether to enable rmpc.

Type: boolean

Default:

false

Example:

true

Declared by:

programs.rmpc.package

The rmpc package to use.

Type: null or package

Default:

pkgs.rmpc

Declared by:

programs.rmpc.config

Configuration settings for rmpc in the Rusty Object Notation format. All available options can be found in the official documentation at https://mierak.github.io/rmpc/next/configuration/.

Type: strings concatenated with ā€œ\nā€

Default:

""

Example:

''
  (
      address: "127.0.0.1:6600",
      password: None,
      theme: None,
      cache_dir: None,
      on_song_change: None,
      volume_step: 5,
      max_fps: 30,
      scrolloff: 0,
      wrap_navigation: false,
      enable_mouse: true,
      enable_config_hot_reload: true,
      status_update_interval_ms: 1000,
      select_current_song_on_change: false,
      browser_song_sort: [Disc, Track, Artist, Title],
  )
''

Declared by: