zathura: yank filename using "y"
This commit is contained in:
parent
ab72387a96
commit
162bce097d
@ -16,3 +16,4 @@ map g goto top
|
||||
map <C-s> exec zathura_backward_search.sh
|
||||
map <A-Return> exec "openfilebrowser $FILE"
|
||||
map <C-h> exec "movepdf $FILE"
|
||||
map y exec "copyfilepath $FILE"
|
||||
|
3
.local/bin/tools/copyfilepath
Executable file
3
.local/bin/tools/copyfilepath
Executable file
@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
printf %s "$*" | xclip -selection clipboard &&
|
||||
notify-send "Copied to clipboard: $*"
|
Loading…
Reference in New Issue
Block a user