Re: .xmodmaprc?
Re: .xmodmaprc?
- Subject: Re: .xmodmaprc?
- From: Harald Hanche-Olsen <email@hidden>
- Date: Tue, 19 May 2009 19:03:51 +0200 (CEST)
+ "Mark J. Reed" <email@hidden>:
> The traditional name for that file is ~/.Xmodmap (capital X, no -rc),
> and the standard X startup scripts used to look for that file and load
> it with xmodmap automatically, but it appears you have to roll your
> own these days.
AFAICT, /usr/X11/lib/X11/xinit/xinitrc does that:
usermodmap=$HOME/.Xmodmap
[...]
if [ -f "$usermodmap" ]; then
xmodmap "$usermodmap"
fi
- Harald
_______________________________________________
Do not post admin requests to the list. They will be ignored.
X11-users mailing list (email@hidden)
This email sent to email@hidden