diff options
author | Hsieh Chin Fan <typebrook@gmail.com> | 2022-04-18 13:49:18 +0800 |
---|---|---|
committer | Hsieh Chin Fan <typebrook@gmail.com> | 2022-04-18 13:49:18 +0800 |
commit | ada2b183fdbe0abcad45d8c37f012c20dbb6d692 (patch) | |
tree | 2a3457314454fc6ffea575e28c4a11ea4ef168bf /Makefile | |
parent | 5cf916480f3a1a65a2e5be4e47839fa91998e719 (diff) |
Update
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -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 | ||
79 | xkb: | 79 | xkb: |
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 | ||
85 | urlview: | 86 | urlview: |
86 | ln -sf `pwd`/misc/urlview ~/.urlview | 87 | ln -sf `pwd`/misc/urlview ~/.urlview |