sudo ./runic-layout.sh [install|uninstall]- The above layout file goes in
/usr/share/X11/xkb/symbols/
- It's a write protected folder by default so
cdthere in your terminal and create a new file withsudoand call itrunic
- Now we have to update the Layout list at
/usr/share/X11/xkb/rules/evdev.xml
- Open the file with sudo and follow the instructions carefully.
- Find the
<layoutList>section of the file and go down to the last entry in the nest. It should be the user-defined custom layout section. We will create a new one for ours right above so we are the second-to-last in the list. It should look like so.
Pasting the entry here so you'll have an easier time copying it.
<layout>
<configItem>
<name>runic</name>
<shortDescription>Runic</shortDescription>
<description>Custom Runic Keyboard Layout</description>
<languageList>
<iso639Id>run</iso639Id>
</languageList>
</configItem>
<variantList/>
</layout>
Once that's done you should be good to go!
Be sure to restart your system once and on KDE Plasma you can go to Keyboard > Layouts to add the new layout