[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'