diff options
Diffstat (limited to 'etc')
-rw-r--r-- | etc/alias/short | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/etc/alias/short b/etc/alias/short index e43bc2b..9dbd428 100644 --- a/etc/alias/short +++ b/etc/alias/short @@ -59,14 +59,20 @@ alias fbij='fbi -a -u' ## feh alias fehf='feh -Tfull' # Fullscreen +alias fehfr='feh -Tfull --recursive' alias fehi='feh .fehindex.jpg' alias fehj='feh -Tjust' # Screensaver-like +alias fejr='feh -Tjust --recursive' for i in {5,10,15,20}; { alias fehj$i='feh -Tjust'$i alias fehf$i='feh -Tfull'$i + alias fehjr$i='feh -Tjust'$i' --recursive' + alias fehfr$i='feh -Tfull'$i' --recursive' } alias fehjx='feh -Tjust --slideshow-delay' alias fehfx='feh -Tjust --slideshow-delay' +alias fehjrx='feh -Tjust --recursive --slideshow-delay' +alias fehfrx='feh -Tfull --recursive --slideshow-delay' alias feht='feh -Tthumbnail' # List thumbnails ## Mercurial (hg) |