diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2010-03-07 12:12:44 +0100 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2010-03-07 12:12:44 +0100 |
commit | 0d2383a043596a4b2e6a04a7d61b7ca320dba1f3 (patch) | |
tree | a9d66f5305be6c44f51da7499c2e5f330063b8fc /cam/README | |
parent | 22f158aaf2f56dc5e2f83de7dd497ea1e25d2d9b (diff) |
Renames: cam → feh-cam, gen_cam_menu.sh → gen-cam-menu
Diffstat (limited to 'cam/README')
-rw-r--r-- | cam/README | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -5,8 +5,8 @@ Please see the file COPYING for licensing information. Description =========== -Cam is a Perl wrapper for feh that simlifies viewing webcams. Cam uses -keyed bookmarks. Type "cam --help" at the command line for usage +feh-cam is a Perl wrapper for feh that simlifies viewing webcams. It uses +keyed bookmarks. Type "feh-cam --help" at the command line for usage information. Webcam Information @@ -21,17 +21,17 @@ have come online since cam's original release (0.1). Installation ============ -- Copy the "cam" script to a location in your PATH (ex /usr/bin, +- Copy the "feh-cam" script to a location in your PATH (ex /usr/bin, /usr/local/bin, or $HOME/bin), and make sure hte execute bit on the script is set (type "chmod a+x $HOME/.cam_bookmarks"). - Copy the "cam_bookmarks" file to $HOME/.cam_bookmarks and make sure - cam can see it by typing "cam --list". -- Optionally, modify the options inside the cam script. You can pass + cam can see it by typing "feh-cam --list". +- Optionally, modify the options inside the feh-cam script. You can pass feh any options before the image by adjusting the $PRE variable, and any options after the image by adjustin the $POST variable. For example, I like to keep all cam images by default; you can enable this behavior with the -k command line option, or enable it permanently - by adding it to the $PRE flags in cam. + by adding it to the $PRE flags in feh-cam. About the Authors ================= |