map caps lock to ctrl on install_base

This commit is contained in:
Frieder Schlesier 2016-08-10 16:33:19 +02:00
parent 441f37d465
commit f0cb268207
1 changed files with 3 additions and 2 deletions

View File

@ -61,13 +61,14 @@ base_applications() {
zip \
--no-install-recommends
install_i3
echo "... DONE... cleaning up\n\n"
apt-get autoremove
apt-get autoclean
apt-get clean
echo "... setting capslock to control"
sed -i "s/^XKBOPTIONS=.*/XKBOPTIONS=\"ctrl:nocaps\"/" /etc/default/keyboard
}
install_i3() {