mirror of
https://gitlab.com/JKANetwork/JKArch.git
synced 2026-02-18 11:11:31 +01:00
changes
This commit is contained in:
@@ -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
|
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
|
systemctl enable lightdm
|
||||||
#Poner el teclado bien en x11
|
#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.
|
#Aqui va la personalizacion de programas, ya que son graficos.
|
||||||
programasuser
|
programasuser
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user