aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorHsieh Chin Fan <typebrook@gmail.com>2022-04-18 13:49:18 +0800
committerHsieh Chin Fan <typebrook@gmail.com>2022-04-18 13:49:18 +0800
commitada2b183fdbe0abcad45d8c37f012c20dbb6d692 (patch)
tree2a3457314454fc6ffea575e28c4a11ea4ef168bf /Makefile
parent5cf916480f3a1a65a2e5be4e47839fa91998e719 (diff)
Update
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