aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorHsieh Chin Fan <typebrook@gmail.com>2022-03-28 20:18:30 +0800
committerHsieh Chin Fan <typebrook@gmail.com>2022-03-28 20:18:30 +0800
commite556bc577026884d0960b554cb975d3daad5eda9 (patch)
treefdb5e484c6222426c47a452f611c08fd0bb0e33c
parentd6aa3b5aa027466787454ae561170b56eb72f691 (diff)
update
-rw-r--r--Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 6b518eb..1d26882 100644
--- a/Makefile
+++ b/Makefile
@@ -74,3 +74,9 @@ pass:
74 74
75openbox: 75openbox:
76 ln -sf `pwd`/misc/openbox/rc.xml ~/.config/openbox/ 76 ln -sf `pwd`/misc/openbox/rc.xml ~/.config/openbox/
77
78xkb:
79 sudo cat >/etc/profile.d/xkb.sh <<EOF
80 #! /bin/env bash
81 setxkbmap -option ctrl:nocaps 2>/dev/null
82 EOF