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

number keys on keyoard should work now

This commit is contained in:
Ryan Kes 2020-03-04 22:07:56 +01:00
parent cf0da99cd2
commit 0bfe8f0eab

View File

@ -10,6 +10,11 @@ end
# Map keys # Map keys
setxkbmap -option caps:escape setxkbmap -option caps:escape
# Enable numberlock
if [ -x /usr/bin/numlockx ]
/usr/bin/numlockx on
end
# Keybindings # Keybindings
sxhkd & sxhkd &