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 = []
|
||||
|
||||
[custom_finder]
|
||||
program = "/home/fic/scripts/clipcat.sh"
|
||||
args = []
|
||||
# args = [
|
||||
# "--dmenu",
|
||||
# "--placeholder=Clipboard:",
|
||||
# ]
|
||||
program = "fuzzel"
|
||||
# program = "/home/fic/scripts/clipcat.sh"
|
||||
# args = []
|
||||
args = [
|
||||
"--dmenu",
|
||||
"--placeholder=Clipboard:",
|
||||
]
|
||||
|
||||
[log]
|
||||
emit_journald = true
|
||||
emit_stdout = true
|
||||
emit_stderr = false
|
||||
emit_stdout = false
|
||||
emit_stderr = true
|
||||
level = "INFO"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue