liblxqt icon indicating copy to clipboard operation
liblxqt copied to clipboard

Add custom screenlocker

Open stefonarch opened this issue 1 year ago • 0 comments

Just a rebased version of https://github.com/lxqt/liblxqt/pull/256

Parts needed:

  1. Reverting line 122 of https://github.com/lxqt/lxqt-session/commit/0048ae69b38fb9db6b339787336d16c944869551#diff-927896f132660656389541f9e925a20e53c0de6524ad142984ed556a35a081d1R121 to enable lock screen on hibernate/suspend on wayland again
  2. In session.conf for 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.

stefonarch avatar May 01 '24 20:05 stefonarch