migrate to colemak

This commit is contained in:
thek4n 2026-08-08 01:55:55 +03:00
parent 7d0f5224a0
commit 7fd502470c
3 changed files with 5 additions and 1 deletions

View File

@ -173,6 +173,7 @@ bindsym --to-code $mod+r mode $resizemode
input type:keyboard {
xkb_layout us,ru
xkb_variant colemak,
xkb_options grp:win_space_toggle,caps:ctrl_modifier
xkb_model "pc101"
repeat_delay 250

View File

@ -88,6 +88,9 @@ cmd_language() {
layout="$(swaymsg -t get_inputs | jq -r '.[] | select(.type == "keyboard") | .xkb_active_layout_name' | head -1)"
case "${layout}" in
"English (Colemak)")
printf '🇬🇧 En\n'
;;
"English (US)")
printf '🇬🇧 En\n'
;;

File diff suppressed because one or more lines are too long