Skip to content

Add config option for lock on start

David Edmundson requested to merge work/lock_on_start into master

Plasma mobile has a requirement to lock on startup. Currently this is a startup script reading a custom option and then bouncing it around through command line arguments to kwin_wayland

We also have a path in startkde for an existing X11 matching feature passing args to ksmserver. We can simplify both these by having ksldapp check directly.

Merge request reports