df2daf524d
Signed-off-by: Nico Schottelius <nico@manager.schottelius.org>
6 lines
144 B
Bash
Executable file
6 lines
144 B
Bash
Executable file
#!/bin/sh
|
|
|
|
#set -x
|
|
#exec >> /tmp/feh-log
|
|
#exec 2>&1
|
|
DISPLAY=:1.0 feh --bg-fill --randomize --recursive --draw-filename --draw-tinted ~/photos/
|