OpenBSD: XConsole Window After Start
Posted on August 19, 2017
After an OpenBSD‘s X Display Manager session is started using xenodm
, an xconsole
window pops up on the login screen and remains attached after logging in. Having no need for it, it became quite irritating. Here is how to deal with it…
Solution
The solution is pretty straightforward:
$ doas mv /etc/X11/xenodm/Xsetup_0 /etc/X11/xenodm/Xsetup_0.NOLOAD
After system restart, the xconsole
does not pop up anymore.