2026-02-05 03:58:42
For KDE I've recently settled on Alpine Linux. I've been around the block on Plasma and I can assure you it is one of the best out there. Couple that with blazingly fast mirrors, LUKS encryption, flatpaks and setup scripts and you have a winner. Not for beginners, but absolutely worth a go. Recommended!
#alpinelinux

![#!/bin/bash
WINDOW_ID=$(kdotool search --name "GoldenDict-ng")
ACTIVE_ID=$(kdotool getactivewindow)
if [ "$WINDOW_ID" == "$ACTIVE_ID" ]; then
# Window is active and on top
kdotool -q search --name "GoldenDict-ng" windowclose
else
# Window is either hidden, minimized, or in the background
goldendict "$(wl-paste --primary)" # will grab the whole selection; remove quotes for the first word only
kdotool -q search --name "GoldenDict-ng" windowactivate
fi
exit 0](https://cdn.masto.host/socialpetertoushkoveu/media_attachments/files/116/340/088/967/083/421/small/7a32486afec916dc.jpg)
























