dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit 180b525f794d125f9d0d0df033abd84c18ee7fca
parent a17538283f7588fe58770c16f22bbfe479b18c84
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Thu,  5 Dec 2019 15:41:18 +0100

Use generic shell for zathura file path yank

Diffstat:
M.config/zathura/zathurarc | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.config/zathura/zathurarc b/.config/zathura/zathurarc @@ -12,4 +12,4 @@ set statusbar-home-tilde map <C-o> feedkeys ":exec zathura '$FILE'<Return>" map <C-i> feedkeys ":exec getdoi --notify --clip '$FILE'<Return>" map <C-s> feedkeys ":exec scholarref --add '$FILE'<Return>" -map <C-y> feedkeys ":exec bash -c 'echo -n "$FILE" | xclip'<Return>" +map <C-y> feedkeys ":exec sh -c 'echo \"$FILE\" | xclip -i'<Return>"