[rc/{xdg,zathura}] migrate XDG dirs and zathura configs to new setup
[~bandali/configs] / zathura / .local / bin / zathura-sync.sh
diff --git a/zathura/.local/bin/zathura-sync.sh b/zathura/.local/bin/zathura-sync.sh
deleted file mode 100755 (executable)
index 70aa8c9..0000000
+++ /dev/null
@@ -1,7 +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" )
\ No newline at end of file