Adjust fim slideshow to be less prone to screen burn, reduce ram use and have an orientation flag to fixup some screen rotation hassles with the CONFU 5.5 LCD
This commit is contained in:
parent
fff3871759
commit
58f83006cb
|
@ -18,11 +18,18 @@ setfacl -m "u:fim:rwX" /tank/pictures
|
|||
setfacl -dm "u:fim:rwX" /tank/pictures
|
||||
apt install fim imagemagick ttf-dejavu
|
||||
cat > /home/fim/.fimrc <<EOF
|
||||
# Tweak left of status bar to show filename and taken date/time only
|
||||
_display_status_fmt="%N %?EXIF_DateTimeOriginal?[%:EXIF_DateTimeOriginal:]?";
|
||||
# Tweak right of status bar to show image/total only
|
||||
_info_fmt_str="%i/%l%P";
|
||||
# Ensure simages are auto-centered on the screen
|
||||
_want_autocenter=1;
|
||||
# Reduce the amount of ram used by dialing back the image cache
|
||||
_max_cached_images=1;
|
||||
# Rotate screen if the display used (CONFU 5.5 in particular) isn't rotated proper
|
||||
#_orientation=1;
|
||||
# Turn on/off status bar and similar
|
||||
_display_busy=0;
|
||||
_display_console=0;
|
||||
_display_status=0;
|
||||
_display_status_bar=0;
|
||||
_display_status_fmt=0;
|
||||
unbind " ";
|
||||
unbind "!";
|
||||
unbind """;
|
||||
|
|
Loading…
Reference in a new issue