diff options
author | Karel Kočí <karel.koci@nic.cz> | 2018-10-01 13:48:12 +0200 |
---|---|---|
committer | Karel Kočí <karel.koci@nic.cz> | 2018-10-01 13:48:12 +0200 |
commit | 4d70d5f316dc3721d36bd1f7c63247e56b667b20 (patch) | |
tree | dba920d4be28cf872cdbc839475715db96906809 /shellrc.d-desktop | |
parent | 0421c1f83de510d447cfc9376e0d6ed818f8f74d (diff) | |
download | shellrc-4d70d5f316dc3721d36bd1f7c63247e56b667b20.tar.gz shellrc-4d70d5f316dc3721d36bd1f7c63247e56b667b20.tar.bz2 shellrc-4d70d5f316dc3721d36bd1f7c63247e56b667b20.zip |
shellrc-desktop: stop using deprecated optionv0.6
Diffstat (limited to 'shellrc.d-desktop')
-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 |