Tootfinder

Opt-in global Mastodon full text search. Join the index!

@thesaigoneer@social.linux.pizza
2026-04-11 13:22:56

It still feels like magic that a rebuild-switch and upgrade. using my preserved configuration.nix, gets my totally personalized KDE up and running in less than 5 minutes. All services, KDE apps, cli tools, the whole shebang. Amazing.
#nixos #kde

@cellfourteen@social.petertoushkov.eu
2026-04-03 09:42:24

Since currently the pop-up window functionality of GoldenDict-ng is kind of bugged on KDE, this script might help.
You'll need kdotool and wl-clipboard. Add the script to the KDE menu and set a global keyboard shortcut. The shortcut will also work if the clipboard is empty (just showing GoldenDict).
#GoldenDict

#!/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
@niklaskorz@rheinneckar.social
2026-03-28 11:39:51

There currently are two recent #Phoronix articles that are shared widely, comparing #KDE KWin 6.6 vs #Gnome Mutter 50 in terms of game performance (one for AMD, one for Nvidia). What it lacks to me …

@mlncn@social.coop
2026-04-10 16:58:39

Hi #LazyWeb my #KDE on #NixOS no longer differentiates my #Jitsi meet app from my

@jdrm@social.linux.pizza
2026-05-21 09:33:00

Montar mediante sshfs un directorio del NAS y que se vea en Dolphin dentro de "Remotos" al instante es una maravilla de usabilidad #KDE

@thesaigoneer@social.linux.pizza
2026-05-21 02:29:18

The install description for a KDE Wayland session on FreeBSD has been updated with some additional software choices. The page on Codeberg is up to date also.
#freebsd #kde

@grahamperrin@bsd.cafe
2026-05-07 09:37:52

Pickle
#OpenZFS #ZFS #Kubuntu #KDE

@thesaigoneer@social.linux.pizza
2026-05-29 07:33:16

The unintended consequences of living on the edge of FreeBSD. Self inflicted damage done 😆
#freebsd #kde

@thesaigoneer@social.linux.pizza
2026-05-29 01:23:26

So much for being crusty.
Slackware Current, kernel 7.0.10 and Plasma 6.7 beta 2 (6.6.91).
Thnks @… 🍻 🥳
#slackware #kde

Scrot of Slackware Current, kernel 7.10 and Plasma 6.7 beta 2 (6.6.91)