README 644 B

1234567891011121314
  1. The X server uses this directory to store the compiled version of the
  2. current keymap and/or any scratch keymaps used by clients. The X server
  3. or some other tool might destroy or replace the files in this directory,
  4. so it is not a safe place to store compiled keymaps for long periods of
  5. time. The default keymap for any server is usually stored in:
  6. X<num>-default.xkm
  7. where <num> is the display number of the server in question, which makes
  8. it possible for several servers *on the same host* to share the same
  9. directory.
  10. Unless the X server is modified, sharing this directory between servers on
  11. different hosts could cause problems.