pass the position to sxiv on initialization
This commit is contained in:
parent
eacde3a340
commit
f584b99fb0
2
kunst
2
kunst
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue