Hello everybody:
I wrote a post { viewtopic.php?p=124032#p124032 } asking about the possibility of add a button to suspend easyos, as I are used to use with puppy.
I found the instruction, I created a Script, Include an Icon so, till someone make a better option, you could use it.
You only need to execute this command in terminal:
Code: Select all
echo -n mem >/sys/power/state
The instruction I used is:
Code: Select all
#!/bin/sh
# Set suspend:
echo -n mem >/sys/power/state