Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Don't | 11 comments | Create New Account
Click here to return to the 'Don't' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Don't
Authored by: lamon on Jan 13, '03 12:08:48PM

Don't exec xmodmap. If you do, you'll never execute the rest of the file. Only the last line should be exec'ed. And if you use your own .xinitrc, you should also exec quartz-wm :

% cat .xinitrc
xmodmap .Xmodmap
exec quartz-wm

%



[ Reply to This | # ]