From 8142f3894f5fa9ea9cd7592436b542f5ab40d735 Mon Sep 17 00:00:00 2001 From: tiyn Date: Mon, 20 Oct 2025 15:55:26 +0200 Subject: [PATCH] linux/xorg: fixed typo --- wiki/linux/x_window_system.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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.