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 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 > I can suss out

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] 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] 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] 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

[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