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 >> window in the stack, ala Mod-K.

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

2009-11-22 Thread Andrew Antle
On Sun, Nov 22, 2009 at 3:34 PM, Kris Maglione wrote: > ... I suspect that there must be a way to change fonts via .gtkrc-2.0 ... Here's my .gtkrc-2.0 gtk-theme-name="Candido" gtk-icon-theme-name="gnome-carbonite" gtk-font-name="Bitstream Vera Sans 9" I'm sure there are other options

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

2009-11-22 Thread Armando Di Cianno
FWIW, here's my .gtkrc-2.0, and .gtkrc.mine ~/.gtkrc-2.0 ### include "/home/fafhrd/.themes/Darkilouche/gtk-2.0/gtkrc" include "/home/fafhrd/.gtkrc.mine ### This loads a default theme for gtk apps, and allows me to load my own whatnot in ~/.gtkrc.mine ~/.gtkrc.mine ### gtk-icon-theme-name="Neu"

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

2009-11-22 Thread Kris Maglione
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 window in the stack, ala Mod-K. But I can't figure out how to do it. The ClientMouseDown event

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

2009-11-22 Thread Kris Maglione
On Sun, Nov 22, 2009 at 09:50:57PM +1000, Nick Irvine wrote: The problem is, gnome-settings-daemon seems to set xmodmap itself slightly after my call to it, thus overriding my settings. I have to manually execute capsmod3 every time I log in. Any ideas? Well, the best option, as suggested by

Re: [dev] Re: [dwm] ff - enter root - selmon change bug

2009-11-22 Thread Szabolcs Nagy
On 11/22/09, Anselm R Garbe wrote: > Thanks for recording this. I added it to BUGS and work on a better > solution for 5.8. > > yet another corner case: open a terminal, focus another monitor, but without moving the mouse pointer there if there is no client on the other monitor to get the focus,

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

2009-11-22 Thread Moritz Wilhelmy
On Sun, Nov 22, 2009 at 04:11:29PM +0100, Uriel wrote: > If you are using the gnome-settings-daemon what do you expect other > than pain and misery? > > uriel true. I don't even understand what it's use is... setting a theme can simply be done in ~/.gtkrc-2.0 Moritz

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

2009-11-22 Thread Uriel
If you are using the gnome-settings-daemon what do you expect other than pain and misery? uriel On Sun, Nov 22, 2009 at 12:50 PM, Nick Irvine wrote: > 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 lo

Re: [dev] Re: [dwm] ff - enter root - selmon change bug

2009-11-22 Thread Anselm R Garbe
2009/11/17 Szabolcs Nagy : > On 11/17/09, Szabolcs Nagy wrote: >> i think i found an issue with monitor focusing: >> >> in enternotify monitor change events are checked >>     if((m = wintomon(ev->window)) && m != selmon) { >>         unfocus(selmon->sel); >>         selmon = m; >>     } >> > > an

[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