feat: Begins voyager keyboard layout for kanata, need to update kanatactl to choose between which config to use.

This commit is contained in:
2025-10-13 11:27:48 -04:00
parent 087d7963e8
commit f1202d77f3
2 changed files with 159 additions and 1 deletions

View File

@@ -45,7 +45,7 @@ update_dirs() {
# Copy everything except systemd, share, and zsh folders, they need treated differently.
configs=$(
find . -mindepth 1 -maxdepth 1 -type d \
\( -name "systemd" -o -name "zsh" -o -name "share" -o -name "scripts" \) \
\( -name "systemd" -o -name "zsh" -o -name "share" -o -name "scripts" -o -name "kanata" \) \
-prune -o -type d -print
)
for c in $configs; do