The Arch Wiki says you should install it via the plasma-meta
package for a full-fledged installation, and just the plasma-desktop
package, if you want a minimal install. Is that maybe where you chose the wrong one?
The Arch Wiki says you should install it via the plasma-meta
package for a full-fledged installation, and just the plasma-desktop
package, if you want a minimal install. Is that maybe where you chose the wrong one?
With the application focused, press Alt+F3 to bring up the window menu. In there, under “More Actions”, you can uncheck “No Titlebar and Frame” for temporarily changing this.
But you’re probably interested in permanently changing it. For that, select “Configure Special Application Settings…” instead.
In that window, click “Add Property…” and select “No Titlebar and Frame”. Then change “Yes” to “No” in the newly added line and click Apply.
This changes it for that one application. You could also tell it to render a titlebar for all windows (with potentially unforeseen consequences) by changing the “Window class” dropdown to “Unimportant” and selecting “Normal Window” in the “Window types” dropdown.
If you change it like that, you can find this rule in the System Settings under “Window Management” → “Window Rules”.
Ah, neat. I had to come up with my trick, because I wanted to know specifically which line changed to what. That’s pretty easy to see with git diff
then. But yeah, if you just want to know which files changed, that’s certainly saner. 🙃
A trick you can do to find out individual settings files, is:
~/.config
folder, run git init
.git add .
git commit -m "Initial commit"
git status
or git diff
to see which file got changed.You can then run git restore .
and repeat from step 4.
If you’re done checking settings, just delete ~/.config/.git/
.
What is this article talking about? That’s a UX change. It has nothing to do with privacy or Mozilla’s commitment to privacy.
Hmm, thinking about it now, I actually don’t have much beyond the Breeze (Light/Dark) themes preinstalled either. I have the openSUSE themes, because I am on openSUSE.
Aside from that:
I believe, the Oxygen themes got removed from the default themes, possibly with Plasma 6.
But yeah, maybe you also just had additional theme packages installed. The Arch Wiki lists some of those, too.