1
0
mirror of https://github.com/tiyn/wiki.git synced 2025-10-20 23:01:15 +02:00

linux/xorg: fixed typo

This commit is contained in:
tiyn
2025-10-20 15:55:26 +02:00
parent 402e23d8c6
commit 8142f3894f

View File

@@ -101,7 +101,9 @@ If there are two main layouts are used then the following command can be used to
them. them.
Change `<layout 1>` and `<layout 2>` according to preferences. Change `<layout 1>` and `<layout 2>` according to preferences.
`setxkbmap -query | grep -q '<layout 1>' && setxkbmap <layout 2> || setxkbmap <layout 1> ```sh
setxkbmap -query | grep -q '<layout 1>' && setxkbmap <layout 2> || setxkbmap <layout 1>
```
Using [SXHKD](/wiki/linux/sxhkd.md) a hotkey can be setup to seamlessly transition between the two Using [SXHKD](/wiki/linux/sxhkd.md) a hotkey can be setup to seamlessly transition between the two
layouts. layouts.