From b3c6b7ef01c825609b5be7b529910d41f0fbe919 Mon Sep 17 00:00:00 2001 From: Lu Baumann Date: Wed, 26 Apr 2023 11:58:50 +0200 Subject: [PATCH] Update 2021-07-04-xkb-neo.md --- _posts/2021-07-04-xkb-neo.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/_posts/2021-07-04-xkb-neo.md b/_posts/2021-07-04-xkb-neo.md index 0f7cf67..776de5c 100644 --- a/_posts/2021-07-04-xkb-neo.md +++ b/_posts/2021-07-04-xkb-neo.md @@ -2,7 +2,7 @@ title: xkb neo --- -My xkb modifications for making neo etc (inclusive vou) work properly with every part of GNU/Linux. YES, even IntelliJ. +My xkb modifications for making neo etc (inclusive vou) work properly with every part of GNU/Linux. YES, even Java Applications. For programs running through XWayland manually execute @@ -12,13 +12,15 @@ setxkbmap de vou to get proper keybindings working. -Execute patch_xkb.py as superuser to patch /usr/share/X11/xkb +Execute patch.sh to patch your system -Execute enable_gnome.sh to enable alternative keyboard layouts on GNOME +Or Manually: +- execute patch_xkb.py as superuser to patch /usr/share/X11/xkb +- execute enable_gnome.sh to enable alternative keyboard layouts on GNOME # Downloads -- patch_xkb.py +- code (patch.sh, patch_xkb.py, enable_gnome.sh) - enable_gnome.sh ### [View on Github](https://github.com/Surferlul/xkb_neo)