diff --git a/tofi/power/↩ Logout b/tofi/power/↩ Logout index 22ef09c..6adf111 100755 --- a/tofi/power/↩ Logout +++ b/tofi/power/↩ Logout @@ -1,6 +1,6 @@ #!/bin/bash if [ -z ${SWAYSOCK+x} ]; then - i3lock -c 000000 + i3 exit else - swaylock -c 000000 + sway exit fi