From 69a6fe26a32906fa48b71bd32b007d65eb2c9d04 Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Sun, 29 Apr 2018 02:09:23 -0400 Subject: [rc/{xdg,zathura}] migrate XDG dirs and zathura configs to new setup --- zathura/.config/zathura/zathurarc | 6 ------ zathura/.local/bin/zathura-sync.sh | 7 ------- 2 files changed, 13 deletions(-) delete mode 100644 zathura/.config/zathura/zathurarc delete mode 100755 zathura/.local/bin/zathura-sync.sh (limited to 'zathura') diff --git a/zathura/.config/zathura/zathurarc b/zathura/.config/zathura/zathurarc deleted file mode 100644 index 74d70b5..0000000 --- a/zathura/.config/zathura/zathurarc +++ /dev/null @@ -1,6 +0,0 @@ -set smooth-scroll true -set selection-clipboard clipboard -set zoom-step 05 -set default-bg "#272727" -set statusbar-bg "#272727" -set inputbar-bg "#373737" 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 -- cgit v1.2.3-60-g2f50