diff options
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 |