added updates
Added number lock on for startup
This commit is contained in:
parent
ce029e4f84
commit
da9887b375
@ -42,6 +42,7 @@ sudo useradd -g $USER libvirt-kvm
|
|||||||
mkdir
|
mkdir
|
||||||
echo "[General]" | sudo tee /etc/sddm.conf >/dev/null
|
echo "[General]" | sudo tee /etc/sddm.conf >/dev/null
|
||||||
echo "InputMethod= " | sudo tee -a /etc/sddm.conf >/dev/null
|
echo "InputMethod= " | sudo tee -a /etc/sddm.conf >/dev/null
|
||||||
|
echo "Numlock=on" | sudo tee -a /etc/sddm.conf >/dev/null
|
||||||
|
|
||||||
|
|
||||||
#move and get files
|
#move and get files
|
||||||
|
Loading…
Reference in New Issue
Block a user