grimoire

personal wiki
git clone git://git.pyratebeard.net/grimoire.git
Log | Files | Refs

commit 705345b81a652d819103d603b75a273c4b8c7fec
parent a055918b2140639619c809c330bbf2decd0e570f
Author: pyratebeard <root@pyratebeard.net>
Date:   Tue, 19 Feb 2019 22:52:41 +0000

keymaps page and link

Diffstat:
Mtechnology/linux/general/index.md | 1+
Atechnology/linux/general/keymaps.md | 12++++++++++++
2 files changed, 13 insertions(+), 0 deletions(-)

diff --git a/technology/linux/general/index.md b/technology/linux/general/index.md @@ -7,6 +7,7 @@ - [ffmpeg](ffmpeg) - [i3lock](i3lock) - [journalctl](journalctl) +- [keymaps](keymaps) - [logrotate](logrotate) - [man_pages](man_pages) - [mpd](mpd) diff --git a/technology/linux/general/keymaps.md b/technology/linux/general/keymaps.md @@ -0,0 +1,12 @@ +# keymaps + +check keymaps +``` +localectl status +``` + +changes required to load keys +``` +vconsole.conf +/etc/X11/xorg.conf.d/00-keyboard.conf +```