spitemim
Results
2
comments of
spitemim
For now, my solution is to use a post hook to make all cgi files executable. My `.zs/posthook`: ```sh #!/bin/sh find "$ZS_OUTDIR" -type f -iname "*.cgi" -exec chmod a+rx {}...
Keeping both buttons visible and disabling either one is something that I experimented with. Changing the play button's text to something like "Playing" during playback changes the width of the...