Make Logout actually log out

This commit is contained in:
John Mertz 2024-07-18 16:53:38 -06:00
parent 0abcd17f22
commit 0e737d410f
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
#!/bin/bash
if [ -z ${SWAYSOCK+x} ]; then
i3lock -c 000000
i3 exit
else
swaylock -c 000000
sway exit
fi