LOGIN / SIGN UP

#172 Events in Autoproperties

Reported by: SYSam Assigned to: pekdon
Phase: release-0.1.10 Component: autoproperties
Type: enhancement Status: new
Priority: 4: Low
Watchers:

Description

It would be nice to be able to apply mouse actions to a specific application, for example to have chat windows shade on mouseout.

Maybe this could be added to the autoprops as 'OnFocus", (suggested on #pekwm) , or alternatively as a condition in the mouse file.

2009-04-01

12:47:18

I'd prefer having conditions in the Mouse file, Key file etc.

Maybe adding something like an id to autoproperties making events only apply for windows with id X.

Like:

 FrameTitle {
   Id = "X" {
     Enter = "Any Any" { Actions = "Unset Shaded" }
   }
   ...
 }

Or is that not intuitive?