dotfiles/.config/gpower2/config.toml

3 lines
148 B
TOML
Raw Normal View History

2022-05-28 12:13:22 +02:00
suspend_command = ["sh", "-c", "i3lock -c 660000 && systemctl suspend"]
hibernate_command = ["sh", "-c", "i3lock -c 660000 && systemctl hibernate"]