Skip to content

Commit

Permalink
desktop.feh-screen: add --conversion-timeout=10 to feh opts
Browse files Browse the repository at this point in the history
  • Loading branch information
mk-fg committed Jul 18, 2024
1 parent 91e7486 commit 492bed6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion desktop/feh-screen
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import os, sys, re, signal, tempfile, time, subprocess as sp

feh_cmd_default = (
'feh-ext -ZNxsrd. --on-last-slide hold -B checks'.split()
'feh-ext -ZNxsrd. --conversion-timeout 10 --on-last-slide hold -B checks'.split()
+ ['--info', 'echo -e " [ %t %wx%h %Ppx %SB %z%% ]\\n"'] )


Expand Down

0 comments on commit 492bed6

Please sign in to comment.