From 80f8bf5ad32b05cfebebe1d246b89e171d004502 Mon Sep 17 00:00:00 2001 From: tiyn Date: Thu, 7 Sep 2023 23:50:30 +0200 Subject: [PATCH] x window system: improved keymap swapping command --- wiki/linux/x_window_system.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wiki/linux/x_window_system.md b/wiki/linux/x_window_system.md index c15e57c..a9ef50e 100644 --- a/wiki/linux/x_window_system.md +++ b/wiki/linux/x_window_system.md @@ -34,7 +34,7 @@ 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 ,` +`setxkbmap -query | grep -q '' && setxkbmap || setxkbmap Using [SXHKD](/wiki/linux/sxhkd.md) a hotkey can be setup to seamlessly transition between the two layouts.