diff --git a/wiki/linux/x_window_system.md b/wiki/linux/x_window_system.md index d96dcd5..69ce725 100644 --- a/wiki/linux/x_window_system.md +++ b/wiki/linux/x_window_system.md @@ -101,7 +101,9 @@ If there are two main layouts are used then the following command can be used to them. Change `` and `` according to preferences. -`setxkbmap -query | grep -q '' && setxkbmap || setxkbmap +```sh +setxkbmap -query | grep -q '' && setxkbmap || setxkbmap +``` Using [SXHKD](/wiki/linux/sxhkd.md) a hotkey can be setup to seamlessly transition between the two layouts.