aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index a6eb2be..7e2cb58 100644
--- a/Makefile
+++ b/Makefile
@@ -77,10 +77,11 @@ openbox:
77 ln -sf `pwd`/misc/openbox/rc.xml ~/.config/openbox/ 77 ln -sf `pwd`/misc/openbox/rc.xml ~/.config/openbox/
78 78
79xkb: 79xkb:
80 sudo cat >/etc/profile.d/xkb.sh <<EOF 80 #sudo cat >/etc/profile.d/xkb.sh <<EOF
81 #! /bin/env bash 81 ##! /bin/env bash
82 #setxkbmap -option ctrl:nocaps 2>/dev/null
83 #EOF
82 setxkbmap -option ctrl:nocaps 2>/dev/null 84 setxkbmap -option ctrl:nocaps 2>/dev/null
83 EOF
84 85
85urlview: 86urlview:
86 ln -sf `pwd`/misc/urlview ~/.urlview 87 ln -sf `pwd`/misc/urlview ~/.urlview