2.home-manager/tests/modules/services/clipcat/cfg/menu.toml
Austin Horstman 975908d310 tests/clipcat: fix expected config
Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
2025-06-22 12:47:26 -05:00

13 lines
261 B
TOML

finder = "rofi"
server_endpoint = "/run/user/<user-id>/clipcat/grpc.sock"
[dmenu]
line_length = 100
menu_length = 30
menu_prompt = "Clipcat"
[rofi]
extra_arguments = ["-mesg", "Please select a clip"]
line_length = 100
menu_length = 30
menu_prompt = "Clipcat"