From: Sergey Matveev Date: Sun, 29 Nov 2020 10:30:48 +0000 (+0300) Subject: Make zathura work with spaces in filename X-Git-Url: http://www.git.stargrave.org/?p=dotfiles.git;a=commitdiff_plain;h=876d0e493d8611870dce5fab8a9ab36ce48de503 Make zathura work with spaces in filename However it is ugly and breaks other things. Lazy to think about better solution. --- 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