about summary refs log tree commit diff stats
path: root/res
diff options
context:
space:
mode:
authorbptato <nincsnevem662@gmail.com>2024-04-27 17:43:55 +0200
committerbptato <nincsnevem662@gmail.com>2024-04-27 17:43:55 +0200
commit4973bdb1dad910a5653b7e7aefa1e311728c4ce7 (patch)
treeb5ebf54e15fdaa65fddde190ff87cf184fa04cc9 /res
parent3f5135204c0902e2123194e0319fda7afd57bd81 (diff)
downloadchawan-4973bdb1dad910a5653b7e7aefa1e311728c4ce7.tar.gz
config: fix copy image URL, document copy commands
Diffstat (limited to 'res')
-rw-r--r--res/config.toml2
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)