Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

sawfish-client(1) [debian man page]

sawfish-client(1)					      General Commands Manual						 sawfish-client(1)

NAME
sawfish-client -- Evaluate arbitrary Lisp forms with sawfish. SYNOPSIS
sawfish-client [ --display X ] [ -q ] [ -f FUNCTION ] [ -c COMMAND ] [ -r FEATURE ] [ -e FORM ] [ - ] [ -- ] DESCRIPTION
This allows you to connect to a window manager process and evaluate arbitrary Lisp forms. OPTIONS
--display Connect to the window manager on display X -q Be quiet (perform commands asynchronously) -f FUNCTION Call Lisp function FUNCTION on the server -c COMMAND Call the interactive Lisp function COMMAND -r FEATURE Require the module called FEATURE -e FORM Evaluate Lisp form FORM on the server - Read lines of input until EOF, evaluating each one as it is read -- Read forms from standard input until EOF, evaluating the whole lot in one go (inside a progn) SEE ALSO
Sawfish are documented fully by John Harper available via the Info system . AUTHOR
This manual page was written by Christian Marillat marillat@debian.org for the Debian GNU/Linux system (but may be used by others). sawfish-client(1)

Check Out this Related Man Page

sawfish(1)						      General Commands Manual							sawfish(1)

NAME
sawfish -- Sawfish window manager. SYNOPSIS
sawfish [--display [=DPY] ] [--multihead ] [--visual [=VISUAL] ] [--depth [=DEPTH] ] [--disable-nls ] [FILE ] [--batch ] [--interp ] [-f, --call FUNCTION ] [-l, --load FILE ] [--version ] [--no-rc ] [-q, --quit ] DESCRIPTION
Sawfish is a lisp-extensible window manager for X11. Its aim is to allow all areas of window management (decoration, manipulation) to be customized as far as is possible, yet still remain as fast or faster than existing window managers. OPTIONS
--display=DPY Connect to X display DPY. --multihead Fork a copy of sawfish for each screen. --visual=VISUAL Preferred VISUAL type. --depth=DEPTH Preferred color DEPTH. --disable-nls Disable internationalization of messages. FILE Load the Lisp file FILE (from the cwd if possible, implies --batch mode). --batch Batch mode: process options and exit. --interp Interpreted mode: don't load compiled Lisp files. -f, --call FUNCTION Call Lisp function FUNCTION. -l, --load FILE Load the file of Lisp forms called FUNCTION. --version Print version details. --no-rc Don't load rc or site-init files. -q, --quit- Terminate the interpreter process. SEE ALSO
Sawfish is documented fully by John Harper available via the Info system. AUTHOR
This manual page was written by Christian Marillat marillat@debian.org for the Debian GNU/Linux system (but may be used by others). sawfish(1)
Man Page

5 More Discussions You Might Find Interesting

1. UNIX Desktop Questions & Answers

Sawfish

Does anyone know what the Configurations Command is for Sawfish. My Gnome/Sawfish session has broken down so I have to add it by my own in gnomecc.. Any ideas?:confused: :o To bed I go (soon) :rolleyes: I found it, it's "sawfish-ui" Incase of someone else has the same problem I leave... (0 Replies)
Discussion started by: Esaia
0 Replies

2. Shell Programming and Scripting

EOF use

Hi, I'd like to access a windows directory from aix with samba client. To allow direct access (not interactive), i'm using EOF like: smbclient \\\\winserver\\windir 'passwd' -U usersmb << EOF cd subwindir put myfile EOF The access is correct but does somebody know how to trap errors... (1 Reply)
Discussion started by: jo_aze
1 Replies

3. UNIX for Dummies Questions & Answers

evaluating for a number

I apologize for the simple question but can someone please help me with how to evaluate a number? I will be reading in a file and if a number is >= 100000000, I will do something, if not, I will exit the if statement. Thanks in advance (1 Reply)
Discussion started by: hedrict
1 Replies

4. Solaris

X-manager

Dear all ! When I use X-manager 1.3.9 to connect with server in HP -Unix .It's okey But when I use it to connect with Sun Solaris 8 .It can't display So can you help me to solve this (4 Replies)
Discussion started by: iwbasts
4 Replies

5. Programming

UNIX system call in COBOL

Hi, The UNIX system call inside the COBOL program is doing the specified command correctly. MOVE W080-UNZIP-FILE-COMMAND TO W080-OUTPUT-COMMAND CALL "SYSTEM" USING W080-OUTPUT-COMMAND RETURNING W080-SYS-CALL-STATUS BUT The problem is, the following keeps on showing on the log file... (2 Replies)
Discussion started by: joyAV
2 Replies