diff --git a/pages/linux/localectl.md b/pages/linux/localectl.md new file mode 100644 index 000000000..9684fdffa --- /dev/null +++ b/pages/linux/localectl.md @@ -0,0 +1,24 @@ +# localectl + +> Control the system locale and keyboard layout settings. +> More information: . + +- Show the current settings of the system locale and keyboard mapping: + +`localectl` + +- List available locales: + +`localectl list-locales` + +- Set a system locale variable: + +`localectl set-locale {{LANG}}={{en_US.UTF-8}}` + +- List available keymaps: + +`localectl list-keymaps` + +- Set the system keyboard mapping for the console and X11: + +`localectl set-keymap {{us}}`