scripts/tofi/power/↩ Logout

7 lines
76 B
Bash
Executable File

#!/bin/bash
if [ -z ${SWAYSOCK+x} ]; then
i3 exit
else
sway exit
fi