dotfiles/.config/gpower2/config.ini

6 lines
189 B
INI
Raw Normal View History

2022-09-27 18:29:59 +02:00
[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'