NameDateSize

..10-Nov-20254 KiB

ddxBeep.cH A D10-Nov-202510.5 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

ddxLoad.cH A D10-Nov-202515 KiB

ddxPrivate.cH A D10-Nov-2025204

ddxVT.cH A D10-Nov-20251.6 KiB

Makefile.amH A D10-Nov-2025902

Makefile.inH A D10-Nov-202532.6 KiB

maprules.cH A D10-Nov-202528.8 KiB

meson.buildH A D10-Nov-2025753

README.compiledH A D10-Nov-2025644

xkb.cH A D10-Nov-2025228.5 KiB

xkb.hH A D10-Nov-20251.3 KiB

xkbAccessX.cH A D10-Nov-202527.8 KiB

xkbActions.cH A D10-Nov-202553.4 KiB

XKBAlloc.cH A D10-Nov-202510.7 KiB

xkbDflts.hH A D10-Nov-202514.4 KiB

xkbEvents.cH A D10-Nov-202535.9 KiB

xkbfmisc.cH A D10-Nov-202515.3 KiB

XKBGAlloc.cH A D10-Nov-202526 KiB

xkbgeom.hH A D10-Nov-202517.1 KiB

xkbInit.cH A D10-Nov-202523.7 KiB

xkbLEDs.cH A D10-Nov-202533.4 KiB

XKBMAlloc.cH A D10-Nov-202531.2 KiB

XKBMisc.cH A D10-Nov-202530.2 KiB

xkbout.cH A D10-Nov-202533.6 KiB

xkbPrKeyEv.cH A D10-Nov-20257.2 KiB

xkbSwap.cH A D10-Nov-202514.1 KiB

xkbtext.cH A D10-Nov-202537.2 KiB

xkbUtils.cH A D10-Nov-202573.3 KiB

xkmread.cH A D10-Nov-202543.7 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