fixes
This commit is contained in:
parent
47c26adc97
commit
7bdd958ed5
2 changed files with 4 additions and 4 deletions
|
@ -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() {
|
||||||
|
|
|
@ -55,7 +55,7 @@ ffmpegthumbnailer
|
||||||
pnpm
|
pnpm
|
||||||
shellcheck
|
shellcheck
|
||||||
shfmt
|
shfmt
|
||||||
htop-vim
|
htop
|
||||||
NetworkManager
|
NetworkManager
|
||||||
bind-utils
|
bind-utils
|
||||||
cronie
|
cronie
|
||||||
|
|
Reference in a new issue