dotfiles/.config/gpower2/config.ini
2022-09-27 18:29:59 +02:00

5 lines
189 B
INI

[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'