From: Kenn Humborg (kenn at domain bluetree.ie)
Date: Tue 01 Feb 2000 - 18:25:14 GMT
> Maybe I was unclear. I have xkeycaps and the resulting xmodmap.
> What I want to
> do is configure it from XF86Config for a system-wide config,
> rather than from
> .xsession for a user-specific one. Of course then I'll probably
> have to mangle
> the source to get fvwm2 to spot the keys as a modifier....
Take a close look at /etc/X11/xinit/xinitrc (snipped):
sysmodmap=/usr/X11R6/lib/X11/xinit/Xmodmap
oldsysmodmap=/usr/X11R6/lib/X11/xinit/.Xmodmap
# merge in defaults and keymaps
if [ -f $oldsysmodmap ]; then
xmodmap $oldsysmodmap
fi
if [ -f $sysmodmap ]; then
xmodmap $sysmodmap
fi
And since /usr/X11R6/lib/X11 is the same as /etc/X11,
you simply have to create /etc/X11/xinit/Xmodmap.
Later,
Kenn
This archive was generated by hypermail 2.1.6 : Thu 06 Feb 2003 - 13:05:20 GMT