mirror of
https://mzte.de/git/LordMZTE/dotfiles.git
synced 2024-11-11 20:43:00 +01:00
5 lines
217 B
Text
5 lines
217 B
Text
[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'
|