XFM is a powerful file and applications manager program written using the X toolkit. It contains virtually all of the features that you would expect in a file manager -- move around your directory tree in multiple windows, and move, copy or delete files with simple mouse operations. The integrated application manager allows you to load files into your favourite applications from the file manager by dragging icons. It can also be used as a "shelf" onto which you can place files and directories that you are currently working with. Supplied by Rui-Xiang Guo in PR#13834. Thanks! Also looked at previously by zuntum@.
24 lines
925 B
Text
24 lines
925 B
Text
$NetBSD: patch-aa,v 1.1.1.1 2002/06/04 16:44:55 cjep Exp $
|
|
|
|
--- lib/Apps.orig Tue Aug 1 08:48:54 2000
|
|
+++ lib/Apps Tue Aug 1 08:56:32 2000
|
|
@@ -1,6 +1,7 @@
|
|
#XFM
|
|
Xterm:::terminal.xpm:exec xterm:
|
|
Emacs:::emacs.xpm:exec emacs:exec emacs $*
|
|
+Vi:::editor.xpm:exec xterm -geometry 80x30 -sb -e vi:exec xterm -geometry 80x30 -sb -e vi $*
|
|
Textedit:::edit.xpm:exec textedit:exec textedit $*
|
|
Mail:::mailtool.xpm:exec xmailtool:
|
|
Calculator:::calc.xpm:exec xcalc:
|
|
@@ -11,9 +12,9 @@
|
|
Mosaic:::xmosaic.xpm:exec mosaic:
|
|
News:::news.xpm:exec xrn:
|
|
Hosts:~/.xfm:Hosts:rlogin.xpm:LOAD:
|
|
-Printer:::printer.xpm:lpq -Plaser:exec lpr -Plaser $*
|
|
+Printer:::printer.xpm:lpq:exec lpr $*
|
|
Home::.:citadel.xpm:OPEN:
|
|
Root:/:.:citadelroot.xpm:OPEN:
|
|
A\::/disk:a:floppy.xpm:OPEN:
|
|
B\::/disk:b:disk.xpm:OPEN:
|
|
-Trash::.trash:recycle.xpm:OPEN:shift; mv -f -b -V numbered $* ~/.trash
|
|
+Trash::.trash:recycle.xpm:OPEN:shift; mv -f numbered $* ~/.trash
|