Add condition for numlockx
This commit is contained in:
parent
56d2dc66d0
commit
a070fc674f
1 changed files with 3 additions and 1 deletions
|
@ -38,6 +38,8 @@ if [ -d /etc/X11/xinit/xinitrc.d ] ; then
|
|||
unset f
|
||||
fi
|
||||
|
||||
numlockx &
|
||||
if which numlockx; then
|
||||
numlockx &
|
||||
fi
|
||||
|
||||
exec i3
|
||||
|
|
Loading…
Add table
Reference in a new issue