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