05-16-2022, 08:03 AM
Somewhat working
Console:
Follow instructions at https://codeberg.org/HazardChem/PinePhon...h/main/tty
The file to edit is /etc/vconsole.conf. If keymaps is included in yout /etc/mkinitcpio.conf then it will work from initramfs (run mkinitcpio -P to refresh it)
caveat: Ctrl key is no longer working for me
Wayland/Plasma:
Update your /usr/share/xkb/* to the files in https://codeberg.org/HazardChem/PinePhon...h/main/xkb
I'm not sure the correct way to configure wayland/plasma to use the layout but I had success with creating
~/.config/kxkbrc
I tried several things but I think this is what got it to work in Plasma/Wayland.
If you don't want to change the files in /usr/share/xkb/ you can create them in your home directory, see:
https://xkbcommon.org/doc/current/md_doc...ation.html
Ideally we could select it using the 'System Settings' application, as it is on the desktop, but I'm not sure which packages are needed to get this to work.
Console:
Follow instructions at https://codeberg.org/HazardChem/PinePhon...h/main/tty
The file to edit is /etc/vconsole.conf. If keymaps is included in yout /etc/mkinitcpio.conf then it will work from initramfs (run mkinitcpio -P to refresh it)
caveat: Ctrl key is no longer working for me
Wayland/Plasma:
Update your /usr/share/xkb/* to the files in https://codeberg.org/HazardChem/PinePhon...h/main/xkb
I'm not sure the correct way to configure wayland/plasma to use the layout but I had success with creating
~/.config/kxkbrc
Code:
[Layout]
LayoutList=us
Model=ppkb
I tried several things but I think this is what got it to work in Plasma/Wayland.
If you don't want to change the files in /usr/share/xkb/ you can create them in your home directory, see:
https://xkbcommon.org/doc/current/md_doc...ation.html
Ideally we could select it using the 'System Settings' application, as it is on the desktop, but I'm not sure which packages are needed to get this to work.