fix position of logout window; alacritty made that easy for me!
This commit is contained in:
parent
1510e5de6b
commit
b5fdaee62a
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue