dotfiles/.config/gpower2/config.ini.cgt

6 lines
217 B
Plaintext
Raw Normal View History

2023-07-28 00:57:43 +02:00
[commands]
# Suspend and Hibernate commands should launch i3lock first.
suspend = sh -c '<% opt.commands.screen_lock %> && systemctl suspend'
hibernate = sh -c '<% opt.commands.screen_lock %> && systemctl hibernate'