Created
October 17, 2012 16:29
-
-
Save gertcuykens/3906553 to your computer and use it in GitHub Desktop.
/etc/rc.local
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh -e | |
INITTY=/dev/tty[1-8] | |
for tty in $INITTY; do | |
setleds -D +num < $tty | |
done | |
#loadkeys /usr/share/keymaps/i386/azerty/fr-latin1.map.gz | |
loadkeys /usr/share/keymaps/tty-gert | |
X & | |
exit 0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment