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 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 how to d

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

2009-11-22 Thread Nick Irvine
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 I can suss out what it does. Nick

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

2009-11-22 Thread Nick Irvine
On Mon, Nov 23, 2009 at 06:36, Kris Maglione wrote: > On Sun, Nov 22, 2009 at 07:17:36PM +1000, Nick Irvine 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 >> win

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

2009-11-22 Thread Nick Irvine
Hi all, I've got a script that changes CapsLock to Mod3, then in wmiirc, I set my Mod key to be Mod3: #capsmod3 xmodmap -e 'remove lock = Caps_Lock' xmodmap -e 'add Mod3 = Caps_Lock' #wmiirc MODKEY=Mod3 ... gnome-settings-daemon & capsmod3 The problem is, gnome-settings-daemon seems to set xmod

[dev] wmii: Modifier+mouse click?

2009-11-22 Thread Nick Irvine
Hi all, 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. Got an