summaryrefslogtreecommitdiffstats
path: root/zathura/.local
diff options
context:
space:
mode:
authorAmin Bandali <amin@aminb.org>2018-04-29 02:09:23 -0400
committerAmin Bandali <amin@aminb.org>2018-04-29 02:09:23 -0400
commit69a6fe26a32906fa48b71bd32b007d65eb2c9d04 (patch)
tree04b8385d5ca3e6474ba6d80067d74ac0df2ba9f9 /zathura/.local
parent4f183f2aa83af08c6c36bd982e2726fb1ac25d4c (diff)
downloadconfigs-69a6fe26a32906fa48b71bd32b007d65eb2c9d04.tar.gz
configs-69a6fe26a32906fa48b71bd32b007d65eb2c9d04.tar.xz
configs-69a6fe26a32906fa48b71bd32b007d65eb2c9d04.zip
[rc/{xdg,zathura}] migrate XDG dirs and zathura configs to new setup
Diffstat (limited to 'zathura/.local')
-rwxr-xr-xzathura/.local/bin/zathura-sync.sh7
1 files changed, 0 insertions, 7 deletions
diff --git a/zathura/.local/bin/zathura-sync.sh b/zathura/.local/bin/zathura-sync.sh
deleted file mode 100755
index 70aa8c9..0000000
--- a/zathura/.local/bin/zathura-sync.sh
+++ /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