[dwm] Mouse Focus

2008-02-29 Thread Steven Blatchford
1) I would like to stop mouse movements from changing the window focus, has anyone done this? 2) For example, let's say there is a urxvt term named 'irssi', is it possible to run a command when this window gains focus and another command when the focus is removed? -steve

Re: [dwm] Mouse Focus

2008-02-29 Thread Alexander Polakov
* Steven Blatchford [EMAIL PROTECTED] [080229 22:51]: 1) I would like to stop mouse movements from changing the window focus, has anyone done this? yep. if you want *only* this you can comment out focus(c) in enternotify(). if you want click-to-focus I have a patch for it. -- Alexander Polakov