Re: [dwm] bloq may used to ignore keybindings

2008-04-28 Thread Kalle Svensson

On Sun, Apr 27, 2008 at 04:30:24PM +0200, =?ISO-8859-1?Q?Asbj=F8rn_Clemmensen_ 
wrote:
  Maybe the gnome-settings-daemon (which is also exexuted in my .xinitrc) 
  owerwrites this?
 
 It does seem pretty likely that Gnome messes with it.

Yes. I can confirm that this was the case, I don't know why I did'nt
try this in the first place.

Now I just have to find out how to make the gnome-settings-daemon to
load my .xmodmap. I remember a dialog asking about this the first
login when I first created ~/.xmodmap but I turned it down.

 Sincerely,
 
 - Asbjørn

Regards,
KSV



Re: [dwm] bloq may used to ignore keybindings

2008-04-26 Thread Kalle Svensson

On Thu, Apr 24, 2008 at 08:37:23AM +0200, markus schnalke wrote:
 tutorial for X
 (uses `xmodmap' which is in package xbase-clients on Debian systems)
 
 in the .xinitrc:
   /usr/bin/xmodmap $HOME/.xmodmaprc
 
 in .xmodmaprc
   ! have CAPS_LOCK as second ESC
   remove Lock = Caps_Lock
   keysym Caps_Lock = Escape 

This does, for some reason, not work for me.

When the X session starts the  xmodmap rules have not been applied, though when 
manually executed they work fine.

Maybe the gnome-settings-daemon (which is also exexuted in my .xinitrc) 
owerwrites this?

Regards,
KSV