mirror of
https://mzte.de/git/LordMZTE/dotfiles.git
synced 2024-11-06 15:49:19 +01:00
5 lines
189 B
INI
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'
|