update keycodes patch

0498877c
This commit is contained in:
Leonardo Hernández Hernández
2024-06-07 15:34:57 -06:00
parent bec2575e44
commit 0e2955ea97
2 changed files with 24 additions and 25 deletions
+1 -2
View File
@@ -3,7 +3,7 @@ Use keycodes instead of keysyms. This way, input is independent from keyboard la
### Download
- [git branch](https://codeberg.org/sevz/dwl/src/branch/keycodes)
- [2023-11-25](https://codeberg.org/dwl/dwl-patches/raw/branch/main/patches/keycodes/keycodes.patch)
- [2024-06-07](https://codeberg.org/dwl/dwl-patches/raw/branch/main/patches/keycodes/keycodes.patch)
### Config after patching
(run in DWL source directory)
@@ -11,7 +11,6 @@ Use keycodes instead of keysyms. This way, input is independent from keyboard la
export XKB_DEFAULT_VARIANT=yourbestkeyboardlayout
cc -lxkbcommon -o generate-keys generate-keys.c
./generate-keys
sudo make install
```
### Authors