# Keyboard

Tips to set up keyboard.

## Persistent config

See `Install/keyboard-custom` script.

## On the fly

List devices with

```sh
xinput list
```

and get id. Then set up with :

```sh
setxkbmap -device 13 -layout us
```

## In TTY

Classical dvoark

```sh
sudo loadkeys dvorak
```