From a92a01fe479e3b069e23297cb3b541eb273deb58 Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Fri, 12 Apr 2019 23:39:24 -0400 Subject: scripts: pull current scripts out of rc.org & clean up battery-percentage-time: pull out of rc.org scripts my-i3status: pull out of rc.org rofi-light: pull out of rc.org rofi-remmina: pull out of rc.org s: pull out of rc.org sway-ws-util: pull out of rc.org toggle-presentation-mode: pull out of rc.org toggle-tablet: pull out of rc.org volume-info: pull out of rc.org zathura-sync: pull out of rc.org remove Scripts --- .local/bin/zathura-sync | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 .local/bin/zathura-sync (limited to '.local/bin/zathura-sync') diff --git a/.local/bin/zathura-sync b/.local/bin/zathura-sync new file mode 100755 index 0000000..4384ffe --- /dev/null +++ b/.local/bin/zathura-sync @@ -0,0 +1,8 @@ +#!/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" ) -- cgit v1.2.3-60-g2f50