diff options
| -rw-r--r-- | .xinitrc | 4 | ||||
| -rwxr-xr-x | install.sh | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -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 # @@ -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 |
