fix position of logout window; alacritty made that easy for me!

This commit is contained in:
Iris Lightshard 2020-10-11 02:03:50 -04:00
parent 1510e5de6b
commit b5fdaee62a
Signed by: Iris Lightshard
GPG key ID: 3B7FBC22144E6398

View file

@ -40,8 +40,9 @@ if [ -z $1 ]; then
echo ""
elif [ "$1" = "-w" ]; then
if ! wmctrl -l | grep "Session Control"; then
exec alacritty -d 30 5 -t "Session Control" -e sudo ${HOME}/src/zenUtils/logout.sh -p &
exec alacritty -d 30 5 --position 9999 0 -t "Session Control" -e sudo ${HOME}/src/zenUtils/logout.sh -p &
fi
elif [ "$1" = "-p" ]; then