scripts/tofi/power/↩ Logout

7 lines
76 B
Plaintext
Raw Normal View History

#!/bin/bash
if [ -z ${SWAYSOCK+x} ]; then
2024-07-18 22:53:38 +00:00
i3 exit
else
2024-07-18 22:53:38 +00:00
sway exit
fi