use more unique shm paths
This commit is contained in:
parent
2d91e43988
commit
f5b52b3a15
1 changed files with 3 additions and 3 deletions
|
@ -37,7 +37,7 @@ YDIR=0
|
|||
test -z "$BOUNCESTEP" && BOUNCESTEP=2
|
||||
## end bounce
|
||||
|
||||
OFFSET_SHM="/dev/shm/pxlflt-offset"
|
||||
OFFSET_SHM="/dev/shm/pxlflt-offset-${FNAME}"
|
||||
|
||||
## ANIMATION
|
||||
# convert -coalesce animation.gif target.png -> produces target1.png, target2.png, ..
|
||||
|
@ -57,7 +57,7 @@ OFFSET_SHM="/dev/shm/pxlflt-offset"
|
|||
# to not draw too fast, there is a sleep in frametick which waits for
|
||||
# FRAMETICKTIME seconds. Values are float, down to lowest value 0.001
|
||||
# Only one of ANIMATION or LARGE can be true, not both.
|
||||
FRAMETOPICK_SHM="/dev/shm/pxlflt-frametopick"
|
||||
FRAMETOPICK_SHM="/dev/shm/pxlflt-frametopick-${FNAME}"
|
||||
## END ANIMATION
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue