pass the position to sxiv on initialization

This commit is contained in:
TravonteD 2019-10-14 08:28:04 -04:00
parent eacde3a340
commit f584b99fb0
1 changed files with 1 additions and 1 deletions

2
kunst
View File

@ -215,7 +215,7 @@ main() {
FIRST_RUN=false FIRST_RUN=false
# Display the album art using sxiv # 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 # Save the process ID so that we can kill
# sxiv when the user exits the script # sxiv when the user exits the script