CVS domivogt: * New Style option State.

2004-04-02 Thread FVWM CVS
CVSROOT:/home/cvs/fvwm
Module name:fvwm
Changes by: domivogt04/04/02 06:09:33

Modified files:
.  : ChangeLog NEWS 
fvwm   : conditional.c fvwm.1.in fvwm.h style.c style.h 
 window_flags.h 

Log message:
* New Style option State.

--
Visit the official FVWM web page at URL:http://www.fvwm.org/.
To unsubscribe from the list, send unsubscribe fvwm-workers in the
body of a message to [EMAIL PROTECTED]
To report problems, send mail to [EMAIL PROTECTED]


My .fvwm2rc and a screenshot

2004-04-02 Thread Piotr Zielinski
Hi,

I'd like to add a screenshot of my fvwm setup to the list at

http://www.fvwm.org/screenshots/desktops/

The graphics probably still needs a lot of work, but the setup shows
some solutions that may be interesting to other people.


Screenshot 1024x768:

http://www.cl.cam.ac.uk/~pz215/editing/myfvwm.png

.fvwm2rc:

http://www.cl.cam.ac.uk/~pz215/editing/config.fvwm2rc

Description:

I use the Super_L for most FVWM-related operations.  FvwmButtons in
the bottom left corner and the icons appear/disappear when Super_L is
pressed/released.  Also, FvwmButtons is shown for a second or so when
the mouse pointer hits a screen edge.  Switching pages with EdgeScroll
still works.  All these tricks are possible with the new Schedule
command.  Finally, a window thumbnail used as its icon is produced
when the window has had focus for some time, not when it is being
iconified.  This makes FVWM feel more responsive.  a
href=http://www.cl.cam.ac.uk/~pz215/editing/windows.html;More
.../a


Thanks,

Piotr

--
Visit the official FVWM web page at URL:http://www.fvwm.org/.
To unsubscribe from the list, send unsubscribe fvwm-workers in the
body of a message to [EMAIL PROTECTED]
To report problems, send mail to [EMAIL PROTECTED]


FVWM: Preventing dynamic icons for NoIcon apps

2004-04-02 Thread Remko Troncon
Hi,

I should probably make this a personal question, but since i think a lot
of users use this feature, i thought i'ld ask it publicly. 
When using taviso's rc lines for having dynamic icons for applications
when minimizing (http://dev.gentoo.org/~taviso/screenshot6.png), i would like 
to have that only icons are generated for applications that don't have the
NoIcon windowstyle. Is this possible ?

cheers,
Remko
--
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 [EMAIL PROTECTED]
To report problems, send mail to [EMAIL PROTECTED]


Re: FVWM: Preventing dynamic icons for NoIcon apps

2004-04-02 Thread Dominik Vogt
On Fri, Apr 02, 2004 at 11:27:06AM +0200, Remko Troncon wrote:
 Hi,
 
 I should probably make this a personal question, but since i think a lot
 of users use this feature, i thought i'ld ask it publicly. 
 When using taviso's rc lines for having dynamic icons for applications
 when minimizing (http://dev.gentoo.org/~taviso/screenshot6.png), i would like 
 to have that only icons are generated for applications that don't have the
 NoIcon windowstyle. Is this possible ?

You can make something up using the State style.  All windows
for which an icon should be generated have the state set.  You
can then trigger icon generation in a function, e.g.

  Style * state 11
  Style foo !state 11
  addtofunc my_iconify
  + i iconify
  + i thiswindow (State 11) function generate_dynamic_icon
  ...

(the syntax in above example may be wrong, I did not check it).

Ciao

Dominik ^_^  ^_^
--
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 [EMAIL PROTECTED]
To report problems, send mail to [EMAIL PROTECTED]


Re: FVWM: Preventing dynamic icons for NoIcon apps

2004-04-02 Thread Dominik Vogt
On Fri, Apr 02, 2004 at 01:16:59PM +0200, Remko Troncon wrote:
  You can make something up using the State style.  All windows
  for which an icon should be generated have the state set.  You
  can then trigger icon generation in a function, e.g.
 
 Ah, this should indeed do the trick. Only, when i look in the man page,
 State can only be used as a command, not as a style ? 

Hm, seems I forgot to code the style part.  I've checked in a
patch to provide the missing feature.

Ciao

Dominik ^_^  ^_^
--
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 [EMAIL PROTECTED]
To report problems, send mail to [EMAIL PROTECTED]