diff options
-rwxr-xr-x | scripts/xinitrc.in.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/xinitrc.in.in b/scripts/xinitrc.in.in index b234407..01a5dcc 100755 --- a/scripts/xinitrc.in.in +++ b/scripts/xinitrc.in.in @@ -82,7 +82,7 @@ test -r "$BASEDIR/Xcursor.xrdb" && XRESOURCES="$XRESOURCES $BASEDIR/Xcursor.xrdb test -r "$HOME/.Xresources" && XRESOURCES="$XRESOURCES $HOME/.Xresources" # load all X resources (adds /dev/null to avoid an empty list that would hang the process) -cat /dev/null $XRESOURCES | xrdb -nocpp -merge - +cat /dev/null $XRESOURCES | xrdb -merge - # load local modmap test -r $HOME/.Xmodmap && xmodmap $HOME/.Xmodmap |