diff options
-rw-r--r-- | shellrc.d-desktop/desktop | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shellrc.d-desktop/desktop b/shellrc.d-desktop/desktop index 52ca258..5cdfa86 100644 --- a/shellrc.d-desktop/desktop +++ b/shellrc.d-desktop/desktop @@ -8,7 +8,7 @@ alias sdcv='sdcv -c' # TODO add check for wayland [ -z "$DISPLAY" ] && return -alias feh='feh --magick-timeout 10 -.' +alias feh='feh --conversion-timeout 10 -.' # This function should not be called externaly |