View Single Post
Posts: 3,328 | Thanked: 4,476 times | Joined on May 2011 @ Poland
#705
is it possible to have the stock lockscr as an option in configurator?

The way I see it it could be a dbus-script

[code]start on started qtlockscreen
stop on stopping qtlockscreen

script

pkill -STOP qtlockscreen

end script
[\code]

or something like that

and something that would reenable would be pkill -CONT qtlockscreen

Am I right?