From 975908d3109728f602296a9262b6594e2d7105a6 Mon Sep 17 00:00:00 2001 From: Austin Horstman Date: Sun, 22 Jun 2025 10:59:34 -0500 Subject: [PATCH] tests/clipcat: fix expected config Signed-off-by: Austin Horstman --- tests/modules/services/clipcat/cfg/ctl.toml | 1 + tests/modules/services/clipcat/cfg/menu.toml | 1 + 2 files changed, 2 insertions(+) diff --git a/tests/modules/services/clipcat/cfg/ctl.toml b/tests/modules/services/clipcat/cfg/ctl.toml index d1dd2396..7d78fa1d 100644 --- a/tests/modules/services/clipcat/cfg/ctl.toml +++ b/tests/modules/services/clipcat/cfg/ctl.toml @@ -1,4 +1,5 @@ server_endpoint = "/run/user//clipcat/grpc.sock" + [log] emit_journald = true emit_stderr = false diff --git a/tests/modules/services/clipcat/cfg/menu.toml b/tests/modules/services/clipcat/cfg/menu.toml index 41011bdc..34920c1f 100644 --- a/tests/modules/services/clipcat/cfg/menu.toml +++ b/tests/modules/services/clipcat/cfg/menu.toml @@ -1,5 +1,6 @@ finder = "rofi" server_endpoint = "/run/user//clipcat/grpc.sock" + [dmenu] line_length = 100 menu_length = 30