0

Is there a way I can do what sleep does:

  1. Turn off all the computer lights
  2. Turn off the fans
  3. Turn off the display
  4. Lock the DE

but without suspending processes to ram? Would I need to script this or such a utility already exists?

Anm
  • 119

1 Answers1

0

You'd need to script this. Well, you can typically set a lock screen program (whichever you're using, you're using multiple conflicting tags there), to turn off the screen (if you can't, xset is your friend).

But turning off fans makes no sense (if they are adjustable by software, they should already only be spinning when there's need for cooling – so if they spin, you need to leave them spinning or risk that your CPU overheats).

Turning off computer lights: Do you mean like RGB lights on your keyboard? In that case, you'd need to use openRGB (or whatever you use to control these) to tell the thing to turn off the lights.