Re: [dev] wmiirc + gnome-settings-daemon + xmodmap

2009-11-23 Thread hiro
better ask the gnomes. On Mon, Nov 23, 2009 at 8:00 AM, Nick Irvine nfirv...@nfirvine.com wrote: Cheers all.  I will have a play.  Anyone know if there's a way to export the settings that gnome-settings-daemon applies to a .gtkrc-2.0 file?  I'm gonna have a brief foray into the GSD and see if

Re: [dev] wmii: Modifier+mouse click?

2009-11-23 Thread Thomas Dahms
I was hoping to bind a shortcut of MOD-mousescrolldown to flip to the next window, ala Mod-J, and Mod-mousescrollup to flip to the previous window in the stack, ala Mod-K. But I can't figure out how to do it. The ClientMouseDown event seems to only tell us which button is pressed. A while

Re: [dev] [wmii] Firefox new windows

2009-11-23 Thread Joseph Xu
On Mon, Nov 23, 2009 at 09:11:50AM -0800, Suraj Kurapati wrote: On Mon, Nov 23, 2009 at 8:58 AM, Yannic Haupenthal you might use        /Firefox.*/ - sel # and/or        /Shiretoko.*/ - sel in your tagrules. Awesome! This is the best solution. :-) Please disregard my other email

Re: [dev] [wmii] Firefox new windows

2009-11-23 Thread Marco Rucci
On Mon, Nov 23, 2009 at 18:57, Joseph Xu joseph...@gmail.com wrote: On Mon, Nov 23, 2009 at 09:11:50AM -0800, Suraj Kurapati wrote: On Mon, Nov 23, 2009 at 8:58 AM, Yannic Haupenthal you might use        /Firefox.*/ - sel # and/or        /Shiretoko.*/ - sel in your tagrules.

Re: [dev] [wmii] Firefox new windows

2009-11-23 Thread Suraj Kurapati
On Mon, Nov 23, 2009 at 9:57 AM, Joseph Xu joseph...@gmail.com wrote: On Mon, Nov 23, 2009 at 09:11:50AM -0800, Suraj Kurapati wrote: On Mon, Nov 23, 2009 at 8:58 AM, Yannic Haupenthal you might use        /Firefox.*/ - sel # and/or        /Shiretoko.*/ - sel in your tagrules.

[dev] [OT] Bcc disaster: Bcc headers not stripped

2009-11-23 Thread stanio
Hi guys, just sharing a frustrating experience I had on gmail couple of days ago. It might be helpful for somebody: Default, the tool chain mutt + ssmtp + gmail does *not* remove the Bcc headers! As long as you don't say set write_bcc=no in your .muttrc explicitly, mutt wont remove

Re: [dev] [wmii] Firefox new windows

2009-11-23 Thread Suraj Kurapati
On Mon, Nov 23, 2009 at 2:22 PM, Nick Guenther kou...@gmail.com wrote: Uh, I'm on 3.6 and the default wmiirc comes with a trailing tagrule of /.*/ - sel, followed by /.*/ - 1, which I'm guessing means that everything not matched previously gets sent to the selected view, but if there is no

Re: [dev] [wmii] Firefox new windows

2009-11-23 Thread Nick Guenther
On Mon, Nov 23, 2009 at 6:48 PM, Suraj Kurapati sun...@gmail.com wrote: On Mon, Nov 23, 2009 at 2:22 PM, Nick Guenther kou...@gmail.com wrote: Uh, I'm on 3.6 and the default wmiirc comes with a trailing tagrule of /.*/ - sel, followed by /.*/ - 1, which I'm guessing means that everything not

Re: [dev] [OT] Bcc disaster: Bcc headers not stripped

2009-11-23 Thread Kris Maglione
Because sendmail and most other mailers remove the Bcc headers. I gave up on ssmtp and nbsmtp after about a half an hour of each. They're really quite broken in their own ways.

Re: [dev] wmii: Modifier+mouse click?

2009-11-23 Thread Nick Irvine
I'll take a look. Thanks. Nick On Mon, Nov 23, 2009 at 18:27, Thomas Dahms da...@gmx.com wrote: I was hoping to bind a shortcut of MOD-mousescrolldown to flip to the next window, ala Mod-J, and Mod-mousescrollup to flip to the previous window in the stack, ala Mod-K.  But I can't figure out