On Monday 27 March 2023 11:24:34 pm Darrell Anderson via tde-users wrote:
Is there a panel applet to add only a Lock Session
button rather than
the combo Lock/Logout applet?
Don't know, but here's a script you can execute from a button that works.
#!/bin/bash
dcop kdesktop KScreensaverIface lock
sleep 3
xset dpms force standby
Best,
Michael