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