[613] in Athena User Interface
Re: Try this one on for size.
daemon@ATHENA.MIT.EDU (yak@MIT.EDU)
Thu Jan 11 15:08:49 2001
From: yak@MIT.EDU
Date: Thu, 11 Jan 2001 15:08:46 -0500
To: "t. belton" <tbelton@MIT.EDU>
Cc: aui@MIT.EDU
Message-ID: <20010111150846.A6502@manatee.mit.edu>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <Pine.GSO.4.30L.0101111503110.13177-100000@iphigenia.mit.edu>; from tbelton@MIT.EDU on Thu, Jan 11, 2001 at 03:03:38PM -0500
> Is this something a user can control via settings?
I believe sawfish goes into gnome mode if you do this:
(require 'sawfish.wm.gnome.integration)
That is kind of new...before version 0.30 (or maybe 0.31), it was:
(require 'gnome-int)
sawmill-defaults.jl (what gets run if you have no .sawfishrc) attempts
to check whether you are running gnome before running that command.
yak