diff options
author | Vasil Zlatanov <vasil.zlatanov@gmail.com> | 2014-06-06 10:56:17 +0200 |
---|---|---|
committer | Vasil Zlatanov <vasil.zlatanov@gmail.com> | 2014-06-06 10:56:17 +0200 |
commit | aab5a03fa4ace48fac41399e7ca251464d81ca65 (patch) | |
tree | dc968cf381fc6533ff94cdc7988785395cf41277 | |
parent | 4215366e8656b2239d9e63d460c623b25ef1e768 (diff) | |
download | dotfiles-aab5a03fa4ace48fac41399e7ca251464d81ca65.tar.gz dotfiles-aab5a03fa4ace48fac41399e7ca251464d81ca65.tar.bz2 dotfiles-aab5a03fa4ace48fac41399e7ca251464d81ca65.zip |
update notify with instructions on how to make xset led work
-rwxr-xr-x | mutt/notify.sh | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/mutt/notify.sh b/mutt/notify.sh index 673dbd5..91a4612 100755 --- a/mutt/notify.sh +++ b/mutt/notify.sh @@ -1,6 +1,16 @@ #!/bin/bash +# Note to make xset led 1 and 2 work: +# +# /usr/share/X11/xkb/compat/ledcaps +# /usr/share/X11/xkb/compat/lednum +# and replace: +# !allowExplicit; +# with: +# allowExplicit; +# +#####################k +# Turns on CapsLock # -# Turns on Numlock echo "$1" echo "$1" | grep -q "New" > /dev/null 2>&1 |