Hide completely primary layer when switching to other layers
Hi,
When we switch to another layer, the primary layer is still visible underneath, with some transparency effect added.
Is it possible to completely hide the primary layer, when switched ?
Can this also be edited in the .onboard xml layout config file ?
Thank you very much for this great app.
Question information
- Language:
- English Edit question
- Status:
- Solved
- For:
- Onboard Edit question
- Assignee:
- No assignee Edit question
- Solved by:
- jeremy k
- Solved:
- 2017-03-24
- Last query:
- 2017-03-24
- Last reply:
- 2017-03-24
marmuta (marmuta) said : | #1 |
Hmm, I don't believe the first layer can be completely skipped when drawing. That has been hard-coded behavior as long as I can remember. However, it should be possible to hide it behind a non-transparent layer color, for example (pick the color scheme of your choice):
cp /usr/share/
gedit ~/.local/
Look for the <layer> tags and set all opacity attributes to "1.0".
jeremy k (jeremy-ky) said : | #2 |
Thank you very much for your fast answer.
That will do the trick.