From 183b0d3bd0248a8f4beb7c6c3f675f8567479780 Mon Sep 17 00:00:00 2001 From: ray Date: Mon, 24 Feb 2020 10:39:34 +0000 Subject: [PATCH] remove numlockx, test for .fehbg --- xinitrc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/xinitrc b/xinitrc index 604d948..7b6c8da 100644 --- a/xinitrc +++ b/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