diff options
| author | Miquel Sabaté Solà <msabate@suse.com> | 2021-06-22 16:31:39 +0200 |
|---|---|---|
| committer | Miquel Sabaté Solà <msabate@suse.com> | 2021-06-22 16:31:39 +0200 |
| commit | 47079f2b973b89c5e65f60f36e9c3548949d56aa (patch) | |
| tree | eee5b2528e07c3c98313e69010323a3f284d2bb4 | |
| parent | 47062b3c994b840dda364ca1c40475ed9050a89f (diff) | |
| download | dotfiles-47079f2b973b89c5e65f60f36e9c3548949d56aa.tar.gz dotfiles-47079f2b973b89c5e65f60f36e9c3548949d56aa.zip | |
Some minor fixes from the laptop
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
| -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 |
