Fixed regression introduced in .xinitrc

master
Meliurwen 3 years ago
parent c3741ebf98
commit ccbe496df5
Signed by: meliurwen
GPG Key ID: 818A8B35E9F1CE10
  1. 4
      x/.xinitrc

@ -19,8 +19,8 @@ fi
# moment I don't have the time (and will) to grasp the secuirty
# consequences of removing them.
# run all system xinitrc shell scripts.
if [ -d /etc/X11/xinit/xinitrc.d ]; then
for i in /etc/X11/xinit/xinitrc.d/* ; do
if [ -d /etc/X11/Xsession.d ]; then
for i in /etc/X11/Xsession.d/* ; do
if [ -x "$i" ]; then
. "$i"
fi

Loading…
Cancel
Save