Re: removing all panels
- From: Paul Warren <pdw ex-parrot com>
- To: GNOME Users <gnome-list gnome org>
- Subject: Re: removing all panels
- Date: Sat, 22 Jul 2000 18:28:12 +0100
On Sun, Jul 23, 2000 at 12:12:00AM -0800, Czarina Caro L. Tablante 1995-24644 wrote:
> #!/bin/sh
>
> xmodmap $HOME/new.map &
> enlightenment &
> exec netscape
>
> i needed to disable some keys, so i had to run xmodmap. So whenever i
> run startx, the netscape window comes out, and upon closing netscape,
> my x-windows session ends too.
Change it to:
netscape &
exec enlightenment
The "exec" means wait until this program finishes.
Paul
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]