git clone https://git.lucas.co/fontpreview.git
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