artemsen / swayimg

Image viewer for Wayland
MIT License
372 stars 31 forks source link

Cycle only through files given on cmdline #214

Closed omgold closed 1 hour ago

omgold commented 4 hours ago

When I use the next_file/prev_file operations in viewer mode, it cycles through all files in all directories which contain one of the files specified on the command line.

Not sure if that is a feature or a bug, but in any case I would prefer it to cycle only through the files specified (if not specified a directory explicitly).

In case the current behavior is intended I would like to make a feature request for a switch to change that.

artemsen commented 3 hours ago

You can disable this in the config file.

omgold commented 1 hour ago

Ah.

[list]
all = no

Sorry, overlooked that. Thanks.