MyNixOS website logo

Configuration settings for clipcat-menu. All available options can be found here: https://github.com/xrelkd/clipcat?tab=readme-ov-file#configuration.

Declarations
Type
TOML value
Default
{ }
Example
''
  {
    server_endpoint = "/run/user/<user-id>/clipcat/grpc.sock";
    finder = "rofi";
    rofi = {
      line_length = 100;
      menu_length = 30;
      menu_prompt = "Clipcat";
      extra_arguments = [
        "-mesg"
        "Please select a clip"
      ];
    };
    dmenu = {
      line_length = 100;
      menu_length = 30;
      menu_prompt = "Clipcat";
    };
  }
''</user-id>