diff options
author | bptato <nincsnevem662@gmail.com> | 2024-04-27 17:43:55 +0200 |
---|---|---|
committer | bptato <nincsnevem662@gmail.com> | 2024-04-27 17:43:55 +0200 |
commit | 4973bdb1dad910a5653b7e7aefa1e311728c4ce7 (patch) | |
tree | b5ebf54e15fdaa65fddde190ff87cf184fa04cc9 /res | |
parent | 3f5135204c0902e2123194e0319fda7afd57bd81 (diff) | |
download | chawan-4973bdb1dad910a5653b7e7aefa1e311728c4ce7.tar.gz |
config: fix copy image URL, document copy commands
Diffstat (limited to 'res')
-rw-r--r-- | res/config.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/config.toml b/res/config.toml index fe1d6963..a33b187b 100644 --- a/res/config.toml +++ b/res/config.toml @@ -26,7 +26,7 @@ copyCursorLink = ''' pager.alert("Failed to copy URL to clipboard. (Is xsel installed?)"); } ''' -yankCursorImage = ''' +copyCursorImage = ''' () => { const link = pager.hoverImage; if (!link) |