moved ttymaps.kmap as its not a bin file

This commit is contained in:
KronikPillow 2019-09-29 21:58:34 +02:00
parent 6ae1480d8d
commit 005852d7be
2 changed files with 1 additions and 1 deletions

View File

@ -34,4 +34,4 @@ echo "$0" | grep "bash$" >/dev/null && [ -f ~/.bashrc ] && source "$HOME/.bashrc
[ "$(tty)" = "/dev/tty1" ] && ! pgrep -x i3 >/dev/null && exec startx
# Switch escape and caps if tty:
sudo -n loadkeys ~/.local/bin/ttymaps.kmap 2>/dev/null
sudo -n loadkeys ~/.local/share/larbs/ttymaps.kmap 2>/dev/null