git.lucas.co / fontpreview
git clone https://git.lucas.co/fontpreview.git

commitf4300064a33a7a9faf1fda811c5504fc6a77f0d9
parent3cd2775859
authormaxdevjs <[email protected]>
date2020-02-08 17:53
Fix sxiv errors

 fontpreview | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/fontpreview b/fontpreview
index c1113a8..3b3442b 100755
--- a/fontpreview
+++ b/fontpreview
@@ -114,7 +114,8 @@ main(){
             FIRST_RUN=false
 
             # Display the font preview using sxiv
-            sxiv -g "$SIZE$POSITION" "$FONT_PREVIEW" -N "fontpreview" -b &
+            #sxiv -g "$SIZE$POSITION" "$FONT_PREVIEW" -N "fontpreview" -b &
+            sxiv -N "fontpreview" -b -g "$SIZE$POSITION" "$FONT_PREVIEW" &
 
             # Change focus from sxiv, back to the terminal window
             # so that user can continue to search for fonts without