this post was submitted on 24 Mar 2024
30 points (96.9% liked)

Linux

47545 readers
610 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

I cerrently on "colemak" layout and wanna switch to "colemak-dh" but dunno how to set it up. Im on arch + hyprland (wayland) setup.

top 8 comments
sorted by: hot top controversial new old
[–] [email protected] 5 points 6 months ago (1 children)

I have this in my hyprland.conf

input {
    kb_layout = us
    kb_variant = colemak_dh_iso
    kb_model =
    kb_options=
    kb_rules =

You list some other variants with grep -i 'colemak_dh' /usr/share/X11/xkb/rules/base.lst, there are a few.

[–] [email protected] 4 points 6 months ago* (last edited 6 months ago) (1 children)

Yo! Thanks a lot. It works.

I tried "colemak-dh" instead of "colemak_dh", thats why it didnt work. My monkey brain didnt think of using underscore.

I wanna set it up on login shell too. So i tried

localectl set-keymap  colemak_dh

But it says Failed to set keymap: Keymap colemak_dh is not installed.

I tried

[tomri@arch ~]$ localectl list-keymaps | grep colemak
colemak
[tomri@arch ~]$

Thanks in advance

[–] [email protected] 4 points 6 months ago* (last edited 6 months ago) (1 children)

For the iso variant: localectl --no-convert set-keymap mod-dh-iso-us
localectl set-x11-keymap us 105 colemak_dh_iso For the ansi variant, switch to 104 and edit iso to ansi

[–] [email protected] 1 points 6 months ago* (last edited 6 months ago) (2 children)

Thanks. Just localectl set-keymap mod-dh-ansi-us works.

Btw how did u find the name . Coz I couldnt find any ref online.

Thanks again

[–] [email protected] 2 points 6 months ago (1 children)

Oh and fyi you'll probably need the second command too if you ever use x11, iirc set-keymap doesn't convert properly so you need to set it manually localectl set-x11-keymap us 104 colemak_dh

[–] [email protected] 1 points 6 months ago (1 children)

Oh ok. Follow experts advice.

Btw if ever find related article, could pls pass ghat here

[–] [email protected] 3 points 6 months ago* (last edited 6 months ago)

Yeah i don't think i had an article, just some redhat documentation and the regular localectl help page, and a couple of hours.

[–] [email protected] 1 points 6 months ago

Probably duckduckgo, it was a while back.