diff options
Diffstat (limited to '.local/bin/zathura-sync')
-rwxr-xr-x | .local/bin/zathura-sync | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/.local/bin/zathura-sync b/.local/bin/zathura-sync deleted file mode 100755 index 4384ffe..0000000 --- a/.local/bin/zathura-sync +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/sh - -pos="$1" -pdffile="$2" -zathura --synctex-forward "$pos" "$pdffile" || \ - ( - zathura -x "emacsclient --eval '(progn (switch-to-buffer (file-name-nondirectory \"%{input}\")) (goto-line %{line}))'" "$pdffile" & - sleep 1; zathura --synctex-forward "$pos" "$pdffile" ) |