From 0e737d410f8635abc4889829ae857cdeb7d35656 Mon Sep 17 00:00:00 2001 From: John Mertz Date: Thu, 18 Jul 2024 16:53:38 -0600 Subject: [PATCH] Make Logout actually log out --- tofi/power/↩ Logout | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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