> Or one could read the FAQ and copy xinitrc to .xinitrc (or Xsession to > .xsession) in their home directory and use vi to add their preferred > window manager? Sure) But still there is inconsistence between how xinit and xenodm configure their wms: xinit has it as configure parameter, and xenodm has hardcode.
I was trying to unify it for the next step: use symbolic link or shell script instead of real wm to make it configurable by installation process (install.sub). It is not hard to run ``rcctl enable xenodm`` manually, but obsd provides this functionality using installation script: https://github.com/openbsd/src/blob/master/distrib/miniroot/install.sub#L2053 So my idea was that after "Do you want the X Window System to be started by xenodm(1)?" [yes] we may have "Choose window manager[fvwm,cwm,twm]" [fvwm] Do you think we do not need it? -- Sent from: http://openbsd-archive.7691.n7.nabble.com/openbsd-dev-tech-f151936.html
