diff options
author | Hsieh Chin Fan <typebrook@gmail.com> | 2022-03-28 20:18:30 +0800 |
---|---|---|
committer | Hsieh Chin Fan <typebrook@gmail.com> | 2022-03-28 20:18:30 +0800 |
commit | e556bc577026884d0960b554cb975d3daad5eda9 (patch) | |
tree | fdb5e484c6222426c47a452f611c08fd0bb0e33c | |
parent | d6aa3b5aa027466787454ae561170b56eb72f691 (diff) |
update
-rw-r--r-- | Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -74,3 +74,9 @@ pass: | |||
74 | 74 | ||
75 | openbox: | 75 | openbox: |
76 | ln -sf `pwd`/misc/openbox/rc.xml ~/.config/openbox/ | 76 | ln -sf `pwd`/misc/openbox/rc.xml ~/.config/openbox/ |
77 | |||
78 | xkb: | ||
79 | sudo cat >/etc/profile.d/xkb.sh <<EOF | ||
80 | #! /bin/env bash | ||
81 | setxkbmap -option ctrl:nocaps 2>/dev/null | ||
82 | EOF | ||