From 876d0e493d8611870dce5fab8a9ab36ce48de503 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Sun, 29 Nov 2020 13:30:48 +0300 Subject: [PATCH] Make zathura work with spaces in filename However it is ugly and breaks other things. Lazy to think about better solution. --- bin/bin/zat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/bin/zat b/bin/bin/zat index bc08ec7..90c2f6b 100755 --- a/bin/bin/zat +++ b/bin/bin/zat @@ -4,5 +4,5 @@ export PATH=$HOME/local/bin:$PATH export XDG_DATA_DIRS=$HOME/local export LD_LIBRARY_PATH=$HOME/local/lib:$LD_LIBRARY_PATH winid=`start-tabbed.sh zathura -c` -bin.zathura -e $winid $@ +bin.zathura -e $winid "$1" rm -f zathura.core -- 2.44.0