remove numlockx, test for .fehbg
This commit is contained in:
parent
62a3264a54
commit
183b0d3bd0
1 changed files with 3 additions and 2 deletions
5
xinitrc
5
xinitrc
|
|
@ -37,7 +37,6 @@ fi
|
|||
~/.screenlayout/layout.sh
|
||||
|
||||
setxkbmap gb
|
||||
numlockx on
|
||||
# keypress repeat rate
|
||||
xset r rate 200 50
|
||||
# mouse acceleration off
|
||||
|
|
@ -55,7 +54,9 @@ barrier_run &
|
|||
|
||||
xbindkeys
|
||||
|
||||
~/.fehbg &
|
||||
if [ -f "$HOME/.fehbg" ] ; then
|
||||
"$HOME/.fehbg" &
|
||||
fi
|
||||
|
||||
_host=$(hostname)
|
||||
case "$_host" in
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue