liblxqt
liblxqt copied to clipboard
Add custom screenlocker
Just a rebased version of https://github.com/lxqt/liblxqt/pull/256
Parts needed:
- Reverting line 122 of https://github.com/lxqt/lxqt-session/commit/0048ae69b38fb9db6b339787336d16c944869551#diff-927896f132660656389541f9e925a20e53c0de6524ad142984ed556a35a081d1R121 to enable lock screen on hibernate/suspend on wayland again
- In
session.conffor example:
lock_command=i3lock-fancy
lock_command_wayland=swaylock
which will need https://github.com/lxqt/lxqt-session/pull/512 for the GUI.
Initial support for screenlocking on wayland.