View previous topic :: View next topic |
Author |
Message |
LegionOfHell Apprentice

Joined: 16 Mar 2019 Posts: 253 Location: Toronto, Canada
|
Posted: Thu Jun 18, 2020 5:04 pm Post subject: How to lock screen before suspend ? does this script work ? |
|
|
does the following script work ?
Code: | #!/bin/bash
sleep 1
xtrlock
sleep 3
s2ram |
|
|
Back to top |
|
 |
fedeliallalinea Bodhisattva


Joined: 08 Mar 2003 Posts: 25108 Location: here
|
Posted: Thu Jun 18, 2020 5:15 pm Post subject: |
|
|
Can help this? _________________ Questions are guaranteed in life; Answers aren't. |
|
Back to top |
|
 |
charles17 Advocate

Joined: 02 Mar 2008 Posts: 3596
|
Posted: Thu Jun 18, 2020 7:10 pm Post subject: |
|
|
Code: | su -c s2ram && vlock -na
|
|
|
Back to top |
|
 |
|