1

When I run slideshow, it automatically run in full screen. I searched in the options but I can't find anything to display slideshow in a window.

Any ideas ?

MohamedLEGH
  • 309
  • 1
  • 11

1 Answers1

1

Use the -s flag at the command-line.

E.G.

% slideshow -s 300 300 my-slideshow.rkt
John Clements
  • 16,895
  • 3
  • 37
  • 52
  • Thanks, but it's a bit rudimentary. I don't have maximize or minimize buttons, I can't move the window, ... – MohamedLEGH Mar 20 '23 at 14:27
  • 1
    Right, that's correct. Not resizable, no maximize or minimize buttons. Still, I think that's what's available. For more information, consider posting to the racket discourse group, at racket.discourse.group . There's also a discord instance. – John Clements Mar 21 '23 at 05:15