diff options
author | Daniel Friesel <derf@finalrewind.org> | 2010-09-14 23:06:52 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2010-09-14 23:06:52 +0200 |
commit | 09fd4a99df2a0a791677d48a936244630bbfee33 (patch) | |
tree | 90531ccbcc463bd0b3b8f5f13d0350b5bfe46763 /ChangeLog | |
parent | dabc31d51f10436cf66dc2f1aeeabe45c684d327 (diff) | |
download | feh-09fd4a99df2a0a791677d48a936244630bbfee33.zip |
Remove --action-hold-slide, add per-action method instead.
When executing an action starting with a semicolon, feh will
not skip to the next slide. The semicolon is not passed on to
the executing shell, of course. This is kinda ugly, but at least
it makes action handling somewhat more flexible.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -4,10 +4,11 @@ git HEAD * Removed rather obscure --bg-seamless mode * Short option -Y for --hide-pointer * Panning via keys: Make it behave like scrolling (inverted directions) - * Patch by Levi Smith: Add --action-hold-slide option * Workaround for Xinerama fuckups: Set XINERAMA_SCREEN to the correct xinerama screen number * Add --info option to display custom image information + * Do not change to the next slide when executing an action with ; as first + character (this character is stripped when executing the action) Tue, 24 Aug 2010 19:23:36 +0200 Daniel Friesel <derf@chaosdorf.de> |