View Single Post
  #6   (View Single Post)  
Old 16th December 2022
Head_on_a_Stick's Avatar
Head_on_a_Stick Head_on_a_Stick is offline
Real Name: Matthew
Bitchy Nerd Elitist
 
Join Date: Dec 2015
Location: London
Posts: 465
Default

Quote:
Originally Posted by pseudostem View Post
how to "make" fvwm2 (which is in base), use say conky
If you're using xenodm (which you should be) then add the commands for conky & fvwm (along with any other programs you want to be started) to ~/.xsession, as per the SESSION PROGRAM section of xenodm(1).

Something like this should do:
Code:
conky &
exec fvwm
Note that the ampersand at the end of the line is only needed if the application doesn't return the prompt when run from the command line. Unnecessary forking can cause race conditions and conflicts.

If you're not using xenodm then add the commands to ~/.xinitrc instead. That will be read when startx is run.

Quote:
Originally Posted by pseudostem View Post
Update: My /etc/man.conf was bad and hence no access to manpages.
There is a web portal for those: https://man.openbsd.org/

Quote:
Originally Posted by pseudostem View Post
What would you suggest? fvwm 2.2.5 from base or the newer one from ports?
Always use the base system as much as possible. The ports aren't audited and so tend to be of lower quality; avoid them whenever possible.
Reply With Quote