To horizontally maximize, right-click the 'Maximize' button.
To vertically maximize, left-click the 'Maximize' button.
Icons that are more tall than wide can create the illusion that the application icons are too widely spaced.
To manually reduce the icon width, reduce the horizontalMargins()
function in
/usr/share/plasma/plasmoids/org.kde.plasma.taskmanager/contents/ui/code/layout.js
as follows:
return (
(taskFrame.margins.left + taskFrame.margins.right) * spacingAdjustment - 2
);
taskFrame.margins.left
andtaskFrame.margins.right
are global settings with
minimum value of 2. The spacingAdjustment
variable is a scaling factor of 0,
1, or 3 from the 'Small', 'Medium', or 'Large' combo-box in the 'Configure
Icons-only Task Manager...' menu.
Open 'View' (CTRL+m
, if top bar is disabled), and uncheck the 'Show in Groups'
checkbox.
To close the currently focused window, enter Alt+F4
.
Use qdbus
to clear the Klipper's clipboard history:
qdbus org.kde.klipper /klipper org.kde.klipper.klipper.clearClipboardHistory
If Dolphin's Trash directory view fails to update after clicking 'Empty Trash', delete the directory entirely:
rm -rf ~/.local/share/Trash/
The new default behavior hides *.bak, *.sik, *.old, *~, and *% files as if they were hidden files. To alter this behavior, create a new file association MIME-type.
- Open 'System Settings'
- Open the 'Applications>File Associations' menu.
- Under 'Known Types' create a new entry called 'x-backup' and copy over all of the rules in 'x-trash'.
- 'Apply' to set the changes. The generated files can be viewed in ~/.local/share/mime/
To use the rudimentary tiling system introduced in Plasma 5.27, hold shift while dragging a window.
To change a window layout to a different preset, enter <Meta+t>
and select
'Load Layout...' in the top-right corner.
- Enter
Meta+Ctrl+Esc
to open the kill UI. (The target window needs to be visible.) - Click in the window to close, or hit
Esc
to cancel.
Sweeper does not clear out all recent history. To completely erase the history
database entries (~/.local/share/kactivitymanagerd/resources/database-wal
):
- Open 'System Settings.'
- In the 'Workspace' section of the sidebar, navigate through 'Workspace Behavior' -> 'Recent Files'.
- From this window, clear everything.
Super+r
to start. Then, Super+r
to stop.