update gpower2 config

This commit is contained in:
LordMZTE 2022-09-27 18:29:59 +02:00
parent 488a002915
commit 72dd536988
Signed by: LordMZTE
GPG key ID: B64802DC33A64FF6
2 changed files with 5 additions and 2 deletions

View file

@ -0,0 +1,5 @@
[commands]
# Suspend and Hibernate commands should launch i3lock first.
suspend = sh -c 'i3lock -c 660000 && systemctl suspend'
hibernate = sh -c 'i3lock -c 660000 && systemctl hibernate'

View file

@ -1,2 +0,0 @@
suspend_command = ["sh", "-c", "i3lock -c 660000 && systemctl suspend"]
hibernate_command = ["sh", "-c", "i3lock -c 660000 && systemctl hibernate"]