aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-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