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:
parent
cf0da99cd2
commit
0bfe8f0eab
@ -10,6 +10,11 @@ end
|
||||
# Map keys
|
||||
setxkbmap -option caps:escape
|
||||
|
||||
# Enable numberlock
|
||||
if [ -x /usr/bin/numlockx ]
|
||||
/usr/bin/numlockx on
|
||||
end
|
||||
|
||||
# Keybindings
|
||||
sxhkd &
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user