View Single Post
Posts: 986 | Thanked: 1,526 times | Joined on Jul 2010
#2
ALSO: this script is only useful if you turn off display-unlock-with-volume/camera with mcetool:
Code:
mcetool --set-exception-length-volume=0
mcetool --set-exception-length-camera=0
and also if you modify lipstick to not modify media volume while screen is locked:
/usr/share/lipstick-jolla-home-qt5/volumecontrol/VolumeControl.qml
Code:
*** 473,478 ****
--- 473,481 ----
          }
          onVolumeChanged: restartHideTimerIfWindowVisibleAndWarningNotVisible()
          onVolumeKeyPressed: {
+             if (Lipstick.compositor.screenIsLocked) {
+               return
+             }
              if (keyRepeat.running || keyRepeatDelay.running) {
                  if (Lipstick.compositor.visible) {
                      screenshotTimer.restart()
__________________
~ teleshoes ~
 

The Following 5 Users Say Thank You to wolke For This Useful Post: