From f584b99fb0a164c008dc07038626d90a6f194c43 Mon Sep 17 00:00:00 2001 From: TravonteD Date: Mon, 14 Oct 2019 08:28:04 -0400 Subject: [PATCH] pass the position to sxiv on initialization --- kunst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kunst b/kunst index b129a6e..95e0080 100755 --- a/kunst +++ b/kunst @@ -215,7 +215,7 @@ main() { FIRST_RUN=false # Display the album art using sxiv - sxiv -g $SIZE -b $COVER -N "Kunst" & + sxiv -g $SIZE$POSITION -b $COVER -N "Kunst" & # Save the process ID so that we can kill # sxiv when the user exits the script