From aab5a03fa4ace48fac41399e7ca251464d81ca65 Mon Sep 17 00:00:00 2001 From: Vasil Zlatanov Date: Fri, 6 Jun 2014 10:56:17 +0200 Subject: update notify with instructions on how to make xset led work --- mutt/notify.sh | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'mutt') 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 -- cgit v1.2.3-54-g00ecf