Make Logout actually log out
This commit is contained in:
parent
0abcd17f22
commit
0e737d410f
|
@ -1,6 +1,6 @@
|
|||
#!/bin/bash
|
||||
if [ -z ${SWAYSOCK+x} ]; then
|
||||
i3lock -c 000000
|
||||
i3 exit
|
||||
else
|
||||
swaylock -c 000000
|
||||
sway exit
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue