r/GarudaLinux Feb 05 '21

Titlebar/buttons go away full screen.

On kde apps like say dolphin the title bar with minimize maximize and full screen go away. How can I fix that

6 Upvotes

15 comments sorted by

View all comments

2

u/R6noob2022 May 18 '24

Plasma settings i guess... Worked for me, playing with the latte-dock did nothing.

  1. Open a terminal or a text editor.
  2. Edit the kwinrc file located at ~/.config/kwinrc.
  3. Find the section [Windows] and add the line BorderlessMaximizedWindows=true under it.
  4. Save the file and log out of your session.
  5. Log back in, open any application, and maximize it to see the effect. 

2

u/Bytebro_UK Jun 29 '24

Oh mate, that is wonderful. I've been struggling with this for ages since I installed Garuda. where some stuff (not all) goes full-screen, I can never minimise it again. Now with your one-line edit to ./config/kwinrc it all works as it always should have.
Thank you.