Suckless (dwm) - Issues

Slow startup of Gnome applications…

From Huge delay when opening GNOME applications (including LibreOffice, Evince and Nautilus)

My ~/.xinitrc file contained:

exec dwm

To solve the issue, I added the following source command:

. /etc/X11/Xsession
exec dwm

Tip

. /etc/X11/Xsession is copied from /etc/X11/xinit/xinitrc.