On Tue, Nov 06, 2001 at 10:27:41AM -0500, Louis LeBlanc wrote:
> On 11/06/01 10:22 AM, Fvwm Users sat at the `puter and typed:
> > On Mon, Nov 05, 2001 at 11:34:12PM -0500, Louis LeBlanc wrote:
> > > On 11/05/01 11:23 PM, Louis LeBlanc sat at the `puter and typed:
> > > > Hey  folks. Been  lurking quietly  and  simply enjoying  my old  fvwm2
> > > > config for quite some time now, but I think it's time for a change. To
> > > > my config, that is. I think hell will freeze solid before I give up my
> > > > wm! :) Right now, I'm using fvwm-2.4.0
> > > > 
> > > > Anyway, here it is. I'd like to  trim my desktop down and use a second
> > > > desktop. Only thing is,  I'd like to do it this way  - I'm picky, what
> > > > can I say?
> > > > 
> > > > I have been using a single Desktop with 2 rows of 4 pages. I'd like to
> > > > start using 2  desktops at 2x2. I'd  also like the pager  to show only
> > > > the current desktop.
> > > > 
> > > > I think this is done by calling Module FvwmPager * 2
> > > 
> > > Confirmed that this works.
> > > 
> > > > The tricky thing  is how to I cycle  around just 2 (or if  I decide to
> > > > add one  later, 3)  desktops with  a single key?  ISTR a  few messages
> > > > going  around about  this  a short  while back,  but  I didn't  really
> > > > understand the conclusion - or rather how it applied to my hangup.
> > > ??  Still looking
> > 
> >   Gotodesk +1 0 1
> > 
> > > One more  little thing. Is it  possible to define a  style for certain
> > > apps so that some are sticky across desktops and others aren't?
> > 
> > No, currently "stickiness" is global across all desks.  You might
> > be able to do something about that with FvwmEvent.
> 
> Thanks Dominik (and Glen). Your suggestions have helped me get exactly
> the desktop setup I need. I have  now put the Pause button to work for
> a change,  to do  my scrolling  (ScrlLk locks my  screen, now  to find
> something for the prtscn key to do :)
> 
> Now to get *really* picky :)
> After thinking  about it a little  more, I realized that  what I would
> really like is the ability to  make an app sticky across desktops, but
> not within  a desktop.  For instance,  I start Mutt  in the  same page
> usually, and I  like to keep it  there. I would like to  have it there
> regardless of the desktop I move to.
> 
> I know I'm probably asking too much, but I thought I'd clarify just in
> case someone has an idea.
You can do something similar with a function, but you have to
modify the function for each window.  First start mutt in a window
with an appropriate window title, e.g.
  xterm -T mutt -e mutt
Then, use this function to switch desks:
  AddToFunc MyGotoDesk
  + I GotoDesk $*
  + I All (mutt) MoveToDesk
Then use
  MyGotoDesk +1 0 1
instead of GotoDesk everywhere.  This does not look very nice
since the mutt window is unmapped and then mapped again when
switching desks, but it works anyway.
Bye
Dominik ^_^  ^_^
-- 
Dominik Vogt, email: d.vogt_at_lifebits.de
LifeBits Aktiengesellschaft, Albrechtstr. 9, D-72072 Tuebingen
fon: ++49 (0) 7071/7965-0, fax: ++49 (0) 7071/7965-20
--
Visit the official FVWM web page at <URL: http://www.fvwm.org/>.
To unsubscribe from the list, send "unsubscribe fvwm" in the body of a
message to majordomo_at_fvwm.org.
To report problems, send mail to fvwm-owner_at_fvwm.org.
Received on Tue Nov 06 2001 - 09:56:25 GMT