Hi, and thank you for making this awesome keyboard layout.
I've been using colemak for almost an year now, but the way i had to set it up
i have to open console and type
setxkbmap -v colemak && xset r 66
every time at boot and every time I switch back from bulgarian layout. Now this is pretty annoying and I want to set colemak up at startup at least.
What I did was make a file "colemak.sh" in vim with the contents (im using Debian)
#!/bin/bash
setxkbmap -v colemak && xset r 66
and saved it in /etc/X11/Xsession.d/
Why doesn't it work? when I start X It starts with querty.
Its very annoying to go into console every time after I type in Russian/Bulgarian and every time I boot my PC
Don't force me to use QWERTY, please :)