NameDateSize

..10-Nov-20254 KiB

ddxBeep.cH A D10-Nov-20259.2 KiB

ddxCtrls.cH A D10-Nov-20252.6 KiB

ddxKillSrv.cH A D10-Nov-20251.6 KiB

ddxLEDs.cH A D10-Nov-20252.2 KiB

ddxList.cH A D10-Nov-20257.8 KiB

ddxLoad.cH A D10-Nov-202513 KiB

ddxPrivate.cH A D10-Nov-2025202

ddxVT.cH A D10-Nov-20251.6 KiB

Makefile.amH A D10-Nov-2025922

Makefile.inH A D10-Nov-202524.3 KiB

maprules.cH A D10-Nov-202524.4 KiB

README.compiledH A D10-Nov-2025644

xkb.cH A D10-Nov-2025197.7 KiB

xkb.hH A D10-Nov-20251.3 KiB

xkbAccessX.cH A D10-Nov-202524.4 KiB

xkbActions.cH A D10-Nov-202539.9 KiB

XKBAlloc.cH A D10-Nov-20259.1 KiB

xkbDflts.hH A D10-Nov-202516.6 KiB

xkbEvents.cH A D10-Nov-202532.6 KiB

xkbfmisc.cH A D10-Nov-202512.5 KiB

XKBGAlloc.cH A D10-Nov-202524.2 KiB

xkbgeom.hH A D10-Nov-202514.9 KiB

xkbInit.cH A D10-Nov-202520.5 KiB

xkbLEDs.cH A D10-Nov-202528.3 KiB

XKBMAlloc.cH A D10-Nov-202524.2 KiB

XKBMisc.cH A D10-Nov-202524.3 KiB

xkbout.cH A D10-Nov-202526.2 KiB

xkbPrKeyEv.cH A D10-Nov-20256 KiB

xkbSwap.cH A D10-Nov-202513.8 KiB

xkbtext.cH A D10-Nov-202528.8 KiB

xkbUtils.cH A D10-Nov-202570.1 KiB

xkmread.cH A D10-Nov-202535.4 KiB

README.compiled

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