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