Archived
1
0
Fork 0
This commit is contained in:
Luca Bilke 2024-01-04 17:06:42 +01:00
commit 7bdd958ed5
2 changed files with 4 additions and 4 deletions

View file

@ -190,9 +190,9 @@ install_dotfiles() {
} }
select_keymap() { select_keymap() {
info "Select a keymap:" map="$(find "${user_home}/.local/share/xkb/compiled" -type f -printf "%f\n" | fzf --header="Select a default keymap:")"
map="$(find "${user_home}/.local/share/xkb/compiled" -type f -printf "%f\n" | fzf)" rm "${user_home}/.local/share/xkb/compiled/default"
ln -s "$map" "${user_home}/.local/share/xkb/compiled/default" ln -s "$map" "${user_home}/.local/share/xkb/compiled/default"
} }
enable_services() { enable_services() {

View file

@ -55,7 +55,7 @@ ffmpegthumbnailer
pnpm pnpm
shellcheck shellcheck
shfmt shfmt
htop-vim htop
NetworkManager NetworkManager
bind-utils bind-utils
cronie cronie