mirror of
https://mzte.de/git/LordMZTE/dotfiles.git
synced 2024-11-15 14:33:26 +01:00
6 lines
189 B
INI
6 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'
|