Added note for numlock
This commit is contained in:
parent
7a60ec4ccb
commit
caa9987e9c
|
@ -4,6 +4,9 @@
|
||||||
|
|
||||||
[[ -f ~/.bashrc ]] && . ~/.bashrc
|
[[ -f ~/.bashrc ]] && . ~/.bashrc
|
||||||
|
|
||||||
|
|
||||||
|
# Set numlock if running in tty.
|
||||||
|
# (numlock for X is set in ~/.xinitrc)
|
||||||
case $(tty) in /dev/tty[0-9]*)
|
case $(tty) in /dev/tty[0-9]*)
|
||||||
setleds -D +num ;;
|
setleds -D +num ;;
|
||||||
esac
|
esac
|
||||||
|
|
Loading…
Reference in New Issue