Add numlock activation, add some comments
This commit is contained in:
parent
1744d400f1
commit
972b3a010f
1 changed files with 8 additions and 0 deletions
|
@ -1,5 +1,11 @@
|
|||
#!/bin/sh
|
||||
|
||||
#
|
||||
# ~/.xinitrc
|
||||
#
|
||||
# Executed by startx
|
||||
#
|
||||
|
||||
userresources=$HOME/.Xresources
|
||||
usermodmap=$HOME/.Xmodmap
|
||||
sysresources=/etc/X11/xinit/.Xresources
|
||||
|
@ -32,4 +38,6 @@ if [ -d /etc/X11/xinit/xinitrc.d ] ; then
|
|||
unset f
|
||||
fi
|
||||
|
||||
numlockx &
|
||||
|
||||
exec i3
|
||||
|
|
Loading…
Add table
Reference in a new issue