Skip to content

a keyboard layout for xkb to type out runes. (made for personal use so if you'd like to extend this then please fork and credit the original)

License

Notifications You must be signed in to change notification settings

itsHanibee/runic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Runic Keyboard Layout for Linux

Here's a preview:

preview

Automated install

sudo ./runic-layout.sh [install|uninstall]

Manual install instructions (Advanced):

  1. The above layout file goes in /usr/share/X11/xkb/symbols/
  • It's a write protected folder by default so cd there in your terminal and create a new file with sudo and call it runic
  1. 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.
example

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

howto

About

a keyboard layout for xkb to type out runes. (made for personal use so if you'd like to extend this then please fork and credit the original)

Resources

License

Stars

Watchers

Forks

Languages