pass the position to sxiv on initialization
This commit is contained in:
parent
eacde3a340
commit
f584b99fb0
1 changed files with 1 additions and 1 deletions
2
kunst
2
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
|
||||
|
|
Loading…
Add table
Reference in a new issue