From 7105cb2e1c7111d15ffe6b8148706a15c4075f86 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sat, 21 Mar 2009 09:52:57 +0100 Subject: Added some more structure and comments to the alias definitions --- etc/aliases/x | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) (limited to 'etc/aliases/x') diff --git a/etc/aliases/x b/etc/aliases/x index 7fa5c96..7242c61 100644 --- a/etc/aliases/x +++ b/etc/aliases/x @@ -2,7 +2,21 @@ # feh etc if X is running, x for startx otherwise if pidof X &> /dev/null; then - ## feh + + # quiet and verbose can actually be used together here. + # quiet = suppress non-critical errors, verbose = show progress bars + alias feh='feh --quiet --verbose' + + # Alias structure: + # feh[theme][recursive?][slide-delay?] + # theme = [f]ullscreen | [i]ndex | [j]ust | [t]humbnail + # recursive: r for recursive, nothing otherwise + # slide-delay: + # none - no slideshow + # number - slideshow, $number seconds per image + # x - slideshow, seconds will be specified on commandline + # (like "fehfrx 7 .") + # the themes are defined in .fehrc alias fehf='feh -Tfull' # Fullscreen alias fehfr='feh -Tfull --recursive' alias fehi='feh .fehindex.jpg' -- cgit v1.2.3