diff options
author | bptato <nincsnevem662@gmail.com> | 2024-12-01 18:55:09 +0100 |
---|---|---|
committer | bptato <nincsnevem662@gmail.com> | 2024-12-01 18:55:09 +0100 |
commit | 6f53431702a351a9b9ba97e2099c39699021977e (patch) | |
tree | 2d84b460153effda25d308a1f337892030c098a4 /src/config/config.nim | |
parent | eb178685aa4732b9f9bb0448d93ac91eae169d97 (diff) | |
download | chawan-6f53431702a351a9b9ba97e2099c39699021977e.tar.gz |
config: add copy-cmd, paste-cmd
ref. https://todo.sr.ht/~bptato/chawan/29
Diffstat (limited to 'src/config/config.nim')
-rw-r--r-- | src/config/config.nim | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/config/config.nim b/src/config/config.nim index f61e6b4f..1424b55b 100644 --- a/src/config/config.nim +++ b/src/config/config.nim @@ -110,6 +110,8 @@ type urimethodmap*: URIMethodMap download_dir* {.jsgetset.}: ChaPathResolved w3m_cgi_compat* {.jsgetset.}: bool + copy_cmd* {.jsgetset.}: string + paste_cmd* {.jsgetset.}: string InputConfig = object vi_numeric_prefix* {.jsgetset.}: bool |