diff --git a/archinstall/chrootinstall.sh b/archinstall/chrootinstall.sh index 92b93c3..9526e3e 100755 --- a/archinstall/chrootinstall.sh +++ b/archinstall/chrootinstall.sh @@ -213,7 +213,14 @@ echo "Instalando algún otro programa básico para mejorar la experiencia de usu pacman -S xorg-server xorg-server-common xf86-input-libinput lightdm lightdm-gtk-greeter lxterminal gvfs udisks networkmanager network-manager-applet Xdialog pavucontrol --noconfirm systemctl enable lightdm #Poner el teclado bien en x11 -localectl --no-convert set-x11-keymap $langabr +echo " Read and parsed by systemd-localed. It's probably wise not to edit this file" > /etc/X11/xorg.conf.d/00-keyboard.conf +echo "# manually too freely." >> /etc/X11/xorg.conf.d/00-keyboard.conf +echo 'Section "InputClass"' >> /etc/X11/xorg.conf.d/00-keyboard.conf +echo ' Identifier "system-keyboard"' >> /etc/X11/xorg.conf.d/00-keyboard.conf +echo ' MatchIsKeyboard "on"' >> /etc/X11/xorg.conf.d/00-keyboard.conf +echo ' Option "XkbLayout" "$langabr"' >> /etc/X11/xorg.conf.d/00-keyboard.conf +echo 'EndSection' >> /etc/X11/xorg.conf.d/00-keyboard.conf + #Aqui va la personalizacion de programas, ya que son graficos. programasuser fi