• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

Makefile.amH A D29-Nov-2020902 4333

README.compiledH A D29-Nov-2020644 1411

XKBAlloc.cH A D29-Nov-202010.6 KiB359296

XKBGAlloc.cH A D29-Nov-202026.1 KiB885738

XKBMAlloc.cH A D29-Nov-202033.8 KiB932831

XKBMisc.cH A D29-Nov-202030.1 KiB879763

ddxBeep.cH A D29-Nov-202010.5 KiB351266

ddxCtrls.cH A D29-Nov-20202.6 KiB8450

ddxKillSrv.cH A D29-Nov-20201.6 KiB4818

ddxLEDs.cH A D29-Nov-20202.2 KiB7240

ddxLoad.cH A D29-Nov-202014.8 KiB551426

ddxPrivate.cH A D29-Nov-2020204 1511

ddxVT.cH A D29-Nov-20201.6 KiB4516

maprules.cH A D29-Nov-202028.8 KiB1,050924

meson.buildH A D29-Nov-2020753 4339

xkb.cH A D29-Nov-2020223.1 KiB6,9506,128

xkb.hH A D29-Nov-20201.3 KiB3129

xkbAccessX.cH A D29-Nov-202027.8 KiB798578

xkbActions.cH A D29-Nov-202053.4 KiB1,6381,359

xkbDflts.hH A D29-Nov-202014.4 KiB472438

xkbEvents.cH A D29-Nov-202035.9 KiB1,085920

xkbInit.cH A D29-Nov-202023.7 KiB835688

xkbLEDs.cH A D29-Nov-202033.4 KiB1,006728

xkbPrKeyEv.cH A D29-Nov-20207.2 KiB205143

xkbSwap.cH A D29-Nov-202014.1 KiB540455

xkbUtils.cH A D29-Nov-202072.5 KiB2,1241,758

xkbfmisc.cH A D29-Nov-202015.3 KiB470404

xkbgeom.hH A D29-Nov-202017.1 KiB564452

xkbout.cH A D29-Nov-202033.6 KiB926834

xkbtext.cH A D29-Nov-202036.5 KiB1,3251,178

xkmread.cH A D29-Nov-202043.7 KiB1,2951,156

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