Advertisement
tolikpunkoff

numlock on at boot time (ArchWiki code)

Apr 13th, 2019
687
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.08 KB | None | 0 0
  1. #!/bin/bash
  2.  
  3. for TTY in /dev/tty?; do
  4.     /usr/bin/setleds -D +num < "$TTY";
  5. done
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement