From 47079f2b973b89c5e65f60f36e9c3548949d56aa Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Tue, 22 Jun 2021 16:31:39 +0200 Subject: Some minor fixes from the laptop MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- .xinitrc | 4 ++++ install.sh | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.xinitrc b/.xinitrc index 3b6f519..fddea9e 100644 --- a/.xinitrc +++ b/.xinitrc @@ -29,6 +29,10 @@ fi # . /etc/X11/xinit/xinitrc.common +# Set up the keyboard mapping now. This will be later ensured by the WM, but +# just in case... +setxkbmap -option ctrl:nocaps + # # Special for twm # diff --git a/install.sh b/install.sh index 3443d75..bb39625 100755 --- a/install.sh +++ b/install.sh @@ -56,7 +56,7 @@ rm "${HOME:?}/.gitignore" ln -s "$(readlink -f .global.gitignore)" "${HOME:?}/.gitignore" # Copy entries of some of the directories inside of maybe existing ones. -for i in Images .config .gnupg; do +for i in .config .gnupg; do mkdir -p "${HOME:?}/$i" cp -r "$i"/* "${HOME:?}/$i/" done -- cgit v1.2.3