diff options
Diffstat (limited to 'nsxiv')
| -rwxr-xr-x | nsxiv | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -0,0 +1,6 @@ +#!/bin/sh +# Wrapper: log file opens to fre, then exec real nsxiv. +for arg in "$@"; do + [ -f "$arg" ] && fre --add "$(readlink -f "$arg")" 2>/dev/null +done +exec /usr/bin/nsxiv "$@" |
