ODEX-TOS/zsh-load

After istallation as a qwerty user the keyboard shouldn't change

Closed this issue · 2 comments

Describe the bug
When installing the os as a qwerty user the .zshrc, i3 and sway file will set the keyboard to azerty. This has already been fixed in the iso. The dialog arch installer also takes care of it but the settings still remain in the aforementioned files.

Additional context
During install a flag should be set in .config/tos/config that tells tos to remove each entry from those files. Then during tos -u this config should be read and after updating those repo's the changes should be made. Do note that git pull will fail due to no commits added. So make sure that git add . && git commit -m "azerty to qwerty" are applied

We should verify if this still is a current issue. If it is then we must fix this ASAP. But the current version of tos has changed a lot.

This is no longer relevant since the keyboard layout is being handled by the calamares installer and tos-cli-installer This repo doesn't need to know how or why that happens.