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:
parent
b919697caf
commit
c82be5507f
@ -1,4 +1,10 @@
|
||||
setxkbmap -option caps:escape
|
||||
|
||||
[[ -f ~/.Xresources ]] && xrdb -merge -I$HOME ~/.Xresources
|
||||
|
||||
# Enable numberlock
|
||||
if [ -x /usr/bin/numlockx ]; then
|
||||
/usr/bin/numlockx on
|
||||
fi
|
||||
|
||||
exec i3
|
||||
|
Loading…
Reference in New Issue
Block a user