How to Remove or Add the Top Toolbar in KDE Plasma 5 In Linux

KDE Plasma 5, a popular desktop environment for Linux, provides extensive customization options for users. One such customization feature is the ability to remove or add the top toolbar when maximizing windows. In this blog post, we will explore how to remove or add the top toolbar in KDE Plasma 5, catering to personal preferences and optimizing screen space.

How to Add the Top Toolbar in KDE Plasma 5 In Linux

If you prefer having the toolbar readily available for quick access to window controls, you can easily add it back. Follow these steps:

Step 1: Open the terminal using the Ctrl + Alt + T shortcut or through the application launcher.

Step 2: Enter the following commands in the terminal:

kwriteconfig5 --file ~/.config/kwinrc --group Windows --key BorderlessMaximizedWindows false

Step 3: Press Enter to execute the command.

Step 4: Enter the following command:

qdbus org.kde.KWin /KWin reconfigure

Step 5: Press Enter to execute the command.

How to Remove the Top Toolbar in KDE Plasma 5 In Linux

If you prefer a clean, unobstructed view when maximizing windows, removing the top toolbar can be a great option. Follow these steps to accomplish it:

Step 1: Open the terminal using the Ctrl + Alt + T shortcut or through the application launcher.

Step 2: Enter the following commands in the terminal:

kwriteconfig5 --file ~/.config/kwinrc --group Windows --key BorderlessMaximizedWindows true

Step 3: Press Enter to execute the command.

Step 4: Enter the following command:

qdbus org.kde.KWin /KWin reconfigure

Step 5: Press Enter to execute the command.

Reasons for Customizing the Top Toolbar in KDE Plasma 5 In Linux

  1. Personal Preference: Customization is all about tailoring your desktop environment to suit your taste. Whether you prefer a minimalistic look or enjoy having quick access to window controls, customizing the top toolbar allows you to align your desktop experience with your preferences.
  2. Screen Space Optimization: For users with smaller screens, removing the top toolbar can free up valuable space, providing a more immersive viewing experience.
  3. Application-specific Needs: Certain applications, such as video players, often benefit from having a clutter-free interface. Removing the top toolbar allows you to enjoy media content with an unobstructed view.

All the best Nerd!.

Leave a Reply