Lock screen monitor timeout

Hey when i lock my desktop the monitor doesn’t sleep until the monitor sleep timer runs out.
Is there a way for instant off when locking? Like Gnome and Windows does?

Thanks.

I have mine to lock immediately by changing the settings the Screen Locking settings to immediately. Is that what you are referring to?

Kind of, its more when i press meta + L and it locks the screen, i have to wait the normal screen energy saving timout.
I want to leave that setting at 10 mins but when i manually lock the screen to instant off the monitor.

You need to unbind the Meta+L from the standard lock screen and map it to the following script:

#!/bin/bash
xset dpms force off
loginctl lock-session 1
xset dpms force off

:innocent:

1 Like

Mate you are a legend, fixed it right up!
I’m glad even after the recent controversy at Manjaro the community is still strong :+1::slightly_smiling_face:

1 Like

I’ve marked the below answer as the solution to your question as it is by far the best answer you’ll get.

However, if you disagree with my choice, please feel free to take any other answer as the solution to your question or even remove the solution altogether: You are in control! (I just want to avoid even more subjective opinions being posted and confusing you even more)

:innocent:
P.S. In the future, please mark a solution like this:
Solution
so that the next person that has the exact same problem you just had will benefit from your post as well as your question will now be in the “solved” status.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.