mirror of
https://mzte.de/git/LordMZTE/dotfiles.git
synced 2024-11-15 22:43:02 +01:00
update gpower2 config
This commit is contained in:
parent
488a002915
commit
72dd536988
2 changed files with 5 additions and 2 deletions
5
.config/gpower2/config.ini
Normal file
5
.config/gpower2/config.ini
Normal 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'
|
|
@ -1,2 +0,0 @@
|
||||||
suspend_command = ["sh", "-c", "i3lock -c 660000 && systemctl suspend"]
|
|
||||||
hibernate_command = ["sh", "-c", "i3lock -c 660000 && systemctl hibernate"]
|
|
Loading…
Reference in a new issue