update systemd
This commit is contained in:
parent
927a163c7f
commit
38e61193f5
19 changed files with 511 additions and 32 deletions
|
@ -3,5 +3,22 @@ obj: application
|
|||
---
|
||||
|
||||
# localectl
|
||||
#wip
|
||||
https://man.archlinux.org/man/localectl.1
|
||||
Query or change system locale and keyboard settings.
|
||||
|
||||
Usage: `localectl [OPTIONS...] COMMAND ...`
|
||||
|
||||
Commands:
|
||||
```
|
||||
status Show current locale settings
|
||||
set-locale LOCALE... Set system locale
|
||||
list-locales Show known locales
|
||||
set-keymap MAP [MAP] Set console and X11 keyboard mappings
|
||||
list-keymaps Show known virtual console keyboard mappings
|
||||
set-x11-keymap LAYOUT [MODEL [VARIANT [OPTIONS]]]
|
||||
Set X11 and console keyboard mappings
|
||||
list-x11-keymap-models Show known X11 keyboard mapping models
|
||||
list-x11-keymap-layouts Show known X11 keyboard mapping layouts
|
||||
list-x11-keymap-variants [LAYOUT]
|
||||
Show known X11 keyboard mapping variants
|
||||
list-x11-keymap-options Show known X11 keyboard mapping options
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue