1
0
mirror of https://github.com/alrayyes/server-dotfiles synced 2023-11-14 15:56:25 +00:00

enable num capslock

This commit is contained in:
Ryan 2017-06-14 20:21:30 +02:00
parent b919697caf
commit c82be5507f

View File

@ -1,4 +1,10 @@
setxkbmap -option caps:escape setxkbmap -option caps:escape
[[ -f ~/.Xresources ]] && xrdb -merge -I$HOME ~/.Xresources [[ -f ~/.Xresources ]] && xrdb -merge -I$HOME ~/.Xresources
# Enable numberlock
if [ -x /usr/bin/numlockx ]; then
/usr/bin/numlockx on
fi
exec i3 exec i3