From c1a7442c8b11906b878200424157ef2a85a3374c Mon Sep 17 00:00:00 2001 From: Suleyman Farajli Date: Mon, 3 Nov 2025 23:31:33 +0400 Subject: feat(zathura): add keybind to copy filename to clipboard --- config/zathura/zathurarc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/zathura/zathurarc b/config/zathura/zathurarc index 2598c2f..e93b597 100755 --- a/config/zathura/zathurarc +++ b/config/zathura/zathurarc @@ -112,8 +112,9 @@ set default-bg "#282c34" set recolor-keephue set font "Liberation Mono 9" +set selection-clipboard clipboard map t toggle_statusbar map i recolor map J zoom in map K zoom out -set selection-clipboard clipboard +map y feedkeys ":exec sh -c \"printf \\\"$FILE\\\" | sclip -i\"" -- cgit v1.2.3