I use arch, by the way

return home

I used to use Windows, even though it was shit. Then I started using Ubuntu (aka useful linux) with Gnome, which was so much better. Then, like two months later, or less, I started using Arch (aka unuseful but cool linux...) with Hyprland, which was even better.

my dotfiles are probably bad, but if you're interested, just ask me and I'll gladly share them with you :3 if you found this website, I'll assume you have a way of contacting me, at least.... and otherwise.. I'll probably add some way to contact me, in the future, somewhere on this site??

my keyboard.. if you want it for some reason........

I care weirdly much about the setup of my keyboard, about what the keys do, mainly because I make conlangs. So, here you have my file, I guess..

// Emika's custom keyboard

// to apply: 'setxkbmap -layout custom'

default partial alphanumeric_keys

xkb_symbols "basic" {

include "latin"

name[Group1]="Emika";

key { [dead_macron, tilde, dead_grave, dead_tilde ] };

key { [ 1, exclam, onesuperior, U2081 ] }; // subscript numbers

key { [ 2, at, twosuperior, U2082 ] };

key { [ 3, numbersign, threesuperior, U2083 ] };

key { [ 4, dollar, foursuperior, U2084 ] };

key { [ 5, percent, fivesuperior, U2085 ] };

key { [ 6, U005E, sixsuperior, U2086 ] }; // ^

key { [ 7, ampersand, sevensuperior, U2087 ] };

key { [ 8, asterisk, eightsuperior, U2088 ] };

key { [ 9, parenleft, ninesuperior, U2089 ] };

key { [ 0, parenright, zerosuperior, U2080 ] };

key { [ q, Q, emptyset, elementof ] };

key { [ e, E, schwa, SCHWA ] };

key { [ r, R, EuroSign, U027E ] }; // ɾ

key { [ y, Y, dead_circumflex, yen ] };

key { [ t, T, thorn, THORN ] };

key { [ o, O, oslash, UA669 ] }; // ꙩ

key { [ backslash, bar, dead_grave, dead_breve ] };

key { [ s, S, U017F, ssharp ] }; // long s, minuscule esset

key { [ semicolon, colon, dead_doublegrave, dead_doubleacute ] };

key { [apostrophe, quotedbl, dead_acute, dead_diaeresis] };

key { [ c, C, ccedilla, Ccedilla ] };

key { [ n, N, eng, ENG ] };

key { [ comma, less, dead_cedilla, dead_ogonek ] };

key { [ period, greater, periodcentered, dead_belowdot ] };

key { [ slash, question, dead_abovedot, U2044 ] }; // fraction slash

include "level3(ralt_switch)"

};