Skip to content

Commit

Permalink
Force reload on SIGUSR1/SIGUSR2
Browse files Browse the repository at this point in the history
  • Loading branch information
zsugabubus committed Jan 3, 2022
1 parent 1928050 commit 42ad5fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/signals.c
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ void feh_handle_signal(int signo)
else if (signo == SIGUSR2)
slideshow_change_image(winwid, SLIDE_PREV, 1);
} else {
feh_reload_image(winwid, 0, 0);
feh_reload_image(winwid, 0, 1);
}
} else if (opt.multiwindow) {
for (i = window_num - 1; i >= 0; i--)
Expand Down

0 comments on commit 42ad5fe

Please sign in to comment.