AutoYADM commit: 2025-03-05 11:55:19
This commit is contained in:
parent
188308ee62
commit
374864abbc
1 changed files with 9 additions and 8 deletions
|
@ -21,15 +21,16 @@ menu_prompt = "Clipcat"
|
||||||
extra_arguments = []
|
extra_arguments = []
|
||||||
|
|
||||||
[custom_finder]
|
[custom_finder]
|
||||||
program = "/home/fic/scripts/clipcat.sh"
|
program = "fuzzel"
|
||||||
args = []
|
# program = "/home/fic/scripts/clipcat.sh"
|
||||||
# args = [
|
# args = []
|
||||||
# "--dmenu",
|
args = [
|
||||||
# "--placeholder=Clipboard:",
|
"--dmenu",
|
||||||
# ]
|
"--placeholder=Clipboard:",
|
||||||
|
]
|
||||||
|
|
||||||
[log]
|
[log]
|
||||||
emit_journald = true
|
emit_journald = true
|
||||||
emit_stdout = true
|
emit_stdout = false
|
||||||
emit_stderr = false
|
emit_stderr = true
|
||||||
level = "INFO"
|
level = "INFO"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue