diff --git a/wiki/linux/x_window_system.md b/wiki/linux/x_window_system.md index fc6e903..c15e57c 100644 --- a/wiki/linux/x_window_system.md +++ b/wiki/linux/x_window_system.md @@ -30,6 +30,15 @@ To temporarily change the layout of the keyboard just run `setxkbmap `. For a permanent change run `localectl set-x11-keymap `. +If there are two main layouts are used then the following command can be used to switch between +them. +Change `` and `` according to preferences. + +`setxkbmap -query | grep -q '' && setxkbmap || setxkbmap ,` + +Using [SXHKD](/wiki/linux/sxhkd.md) a hotkey can be setup to seamlessly transition between the two +layouts. + ### Display This section describes the handling of displays by X.