dotfiles/OLD/configs/numlock/etc/rc.local
2020-04-08 02:07:43 +02:00

9 lines
243 B
Plaintext

# Default rc.local for void; add your custom commands here.
#
# This is run by runit in stage 2 before the services are executed
# (see /etc/runit/2).
# Numlock at boot
for tty in /dev/tty[1-6]*; do
setleds -D +num < $tty > /dev/null
done