zathura: yank filename using "y"

This commit is contained in:
2024-08-18 21:13:58 +02:00
parent ab72387a96
commit 162bce097d
2 changed files with 4 additions and 0 deletions

3
.local/bin/tools/copyfilepath Executable file
View File

@ -0,0 +1,3 @@
#!/bin/sh
printf %s "$*" | xclip -selection clipboard &&
notify-send "Copied to clipboard: $*"