scripts/tofi/power/↩ Logout

7 lines
94 B
Plaintext
Raw Normal View History

#!/bin/bash
if [ -z ${SWAYSOCK+x} ]; then
i3lock -c 000000
else
swaylock -c 000000
fi