summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@derf.homelinux.org>2008-06-07 00:12:28 +0200
committerDaniel Friesel <derf@derf.homelinux.org>2008-06-07 00:12:28 +0200
commit5b0c0973ab59f17e4c9a93235db046abc5da3f9a (patch)
treed8e725756708d06c45432bfece6a7c8ec83ae101
parentbdb86d45922a95ecbcecd8b50c2fa9f8295b9267 (diff)
etc/alias/short: Added more feh aliases
-rw-r--r--etc/alias/short6
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)