fix save quake-terminal position

master
Daniel Napora 2021-02-26 01:26:13 +01:00
parent df79099057
commit 947bf93c92
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ fi
__save() {
eval $(xdotool getwindowgeometry --shell $(xdotool getactivewindow))
echo "${WIDTH}x${HEIGHT}+${X}+${Y}" >> $GEOMETRY_FILE
echo "${WIDTH}x${HEIGHT}+${X}+${Y}" > $GEOMETRY_FILE
}
__reset() {