nexv

joined 1 year ago
[–] [email protected] 56 points 1 month ago

Not specified for this research but... if you rely on LLM to write code that is security-sensitive, I don't expect you to write secured code without LLM anyway

[–] [email protected] 3 points 5 months ago

You can write a Kwin script and connect to the windowActivated function. Unfortunately you can't run arbitrary command from Kwin script, but as suggested in the comment you can use DBus to workaround that.

workspace.windowActivated.connect(function(client) {
    if (client != null && client.caption == "name") {
        callDBus(...); // call your DBus function which call ddcutil
    }
})

Just an example, you will have to do some trial and error yourself!

[–] [email protected] 6 points 9 months ago (1 children)

what's the exact prompt?

[–] [email protected] 4 points 1 year ago

I'm using Tailscale Status Gnome extension which works pretty well. But good to see alternatives that is not tied to specific DE.