added a file to document linux configuration topics

This commit is contained in:
scbj
2025-01-09 12:43:51 +01:00
parent 20d20577f2
commit 25c2c4e9c1
2 changed files with 22 additions and 0 deletions

20
linux/setup.md Normal file
View File

@@ -0,0 +1,20 @@
# Setup and Configuration
## Locales and Keyboard Layouts
Use `localectl` to display and configure locales and keyboard layout:
```sh
# show current locales
localectl status
```
### configure layout 'US intl. with deadkeys'
To configure `US intl. with deadkeys`, set the following values:
```sh
X11 Layout: us
X11 Model: default
X11 Variant: intl
```