mirror of
https://github.com/RGBCube/Site
synced 2025-07-30 20:47:46 +00:00
swap-i post: fix highlights
This commit is contained in:
parent
5cab01c4bc
commit
690d3e5e9f
1 changed files with 2 additions and 2 deletions
|
@ -66,7 +66,7 @@ use the `tr-swapped-i` XKB layout.
|
|||
|
||||
In Hyprland (The WM I use) you can do it like this:
|
||||
|
||||
```cpp
|
||||
```py
|
||||
# In ~/.config/hypr/hyprland.conf
|
||||
input {
|
||||
kb_layout = "tr-swapped-i"
|
||||
|
@ -83,7 +83,7 @@ different. Looking at the `kbd` package, it uses a format called `.map`.
|
|||
Here is a `.map` file that overrides the `trq` layout and swaps the `ı` and `i`
|
||||
keys:
|
||||
|
||||
```cpp
|
||||
```py
|
||||
include "/usr/share/keymaps/i386/qwerty/trq.map"
|
||||
|
||||
keycode 23 = i
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue