Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 Nov 2002 17:23:57 -0500
From:      parv <parv_fm@emailgroups.net>
To:        Brian Henning <b1henning@hotmail.com>
Cc:        questions@FreeBSD.ORG
Subject:   Re: fvwm2
Message-ID:  <20021108222357.GB18973@moo.holy.cow>
In-Reply-To: <OE34trUVYKkpLTkUD5e000019b9@hotmail.com>
References:  <OE34trUVYKkpLTkUD5e000019b9@hotmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
in message <OE34trUVYKkpLTkUD5e000019b9@hotmail.com>,
wrote Brian Henning thusly...
>
> i am using the fvwm2 windows manager. I like it a lot but i am not
> all that familiar with it. could someone send me their
> /usr/X11R6/lib/X11/xinit/xinitrc file along with their ~/.fvwm2rc
> so i can see how other people use this window manager.

~/.xinitrc:

  http://www103.pair.com/parv/comp/unix/cf/x/xinitrc


parts of fvwm2rc...

  http://www103.pair.com/parv/comp/unix/cf/fvwm/fvwm-key-menufunc.cf
  http://www103.pair.com/parv/comp/unix/cf/fvwm/fvwm-style.cf
  http://www103.pair.com/parv/comp/unix/cf/fvwm/fvwm-module.cf

  ...which following script combines in one by cat'ing...

    http://www103.pair.com/parv/comp/unix/bin/incfvwm

  ...to give (w/o comments)...

    http://www103.pair.com/parv/comp/unix/cf/fvwm/fvwm-2.5.cf


see also...

  http://www103.pair.com/parv/comp/unix/x/


> PS is there way to lower the resolution that the desktop uses?
> mine seems a little high and i would like to make the print a
> little bigger...

note the "Modes" line below...

  Section "Screen"

   # other options...

   SubSection "Display"
   Depth   16
   Modes  "1024x768" "800x600" "640x480"
   EndSubSection

  EndSection

...if you prefer 800x600 to be the default, move it just right after
"Modes" to give...

   Modes  "800x600" "1024x768" "640x480"

...otherwise you can use C-+ or C-- key combination to flip between
resolutions.


  - parv

-- 


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20021108222357.GB18973>