I have two questions. I'm using fossapup and can't figure out how when I open something like an app or window, it automatically centers on the screen.
I tried this, it didn't work.
Add this line to ~.jwmrc below $HOME/.jwm/preferences
<Include>$HOME/.jwm/group</Include>
2. Create an empty file called group in ~/.jwm
3. Add this to the group file
<JWM>
<Group>
<Class>.*</Class>
<Option>centered</Option>
</Group>
</JWM>
4. Restart jwm or logout/login
My other question is how do you open an application in a specific workspace? I have been using Google to find answers to these two questions.
Thanks!!!