From 3e41eec9c0320754ad0a59d8a19f7c500a040bd8 Mon Sep 17 00:00:00 2001 From: lelgenio Date: Sat, 19 Feb 2022 23:54:28 -0300 Subject: [PATCH] keymap: add vconsole --- root/config.yaml | 4 ++++ root/vconsole.conf | 3 +++ 2 files changed, 7 insertions(+) create mode 100644 root/vconsole.conf diff --git a/root/config.yaml b/root/config.yaml index 21cc4a2..8a77a68 100644 --- a/root/config.yaml +++ b/root/config.yaml @@ -126,6 +126,10 @@ dotfiles: src: zram dst: /etc/ + vconsole: + src: vconsole.conf + dst: /etc/vconsole.conf + # earlyoom: # src: earlyoom # dst: /etc/default/earlyoom diff --git a/root/vconsole.conf b/root/vconsole.conf new file mode 100644 index 0000000..5a854d9 --- /dev/null +++ b/root/vconsole.conf @@ -0,0 +1,3 @@ +{%@@ if key_layout == "colemak" @@%} +KEYMAP=colemak +{%@@ endif @@%}